Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Signed-off-by: yuye-aws <yuyezhu@amazon.com>
  • Loading branch information
yuye-aws authored Jan 6, 2025
1 parent 96ac05e commit 14b9712
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ interface Factory<T extends Memory> {
* Create an instance of this Memory.
*
* @param params Parameters for the memory
* @param listener Action listern for the memory creation action
* @param listener Action listen for the memory creation action
*/
void create(Map<String, Object> params, ActionListener<T> listener);
}
Expand Down

0 comments on commit 14b9712

Please sign in to comment.