Skip to content

Commit

Permalink
added comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ajay-jalgaonkar committed Jun 26, 2024
1 parent d74f8a2 commit 878d515
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/src/main/java/com/flipkart/gjex/core/filter/Filter.java
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ default void init() {}
default void destroy() {}

/**
* Function for creating new instance of this Filter
* Function for creating an instance of this {@link Filter}
* Use only this function to get the {@link Filter} instance
*/
Filter<Req, Res> getInstance();

Expand Down

0 comments on commit 878d515

Please sign in to comment.