Skip to content

Commit 14b9712

Browse files
authored
Signed-off-by: yuye-aws <yuyezhu@amazon.com>
1 parent 96ac05e commit 14b9712

File tree

1 file changed

+1
-1
lines changed
  • spi/src/main/java/org/opensearch/ml/common/spi/memory

1 file changed

+1
-1
lines changed

spi/src/main/java/org/opensearch/ml/common/spi/memory/Memory.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ interface Factory<T extends Memory> {
5454
* Create an instance of this Memory.
5555
*
5656
* @param params Parameters for the memory
57-
* @param listener Action listern for the memory creation action
57+
* @param listener Action listen for the memory creation action
5858
*/
5959
void create(Map<String, Object> params, ActionListener<T> listener);
6060
}

0 commit comments

Comments
 (0)