Skip to content

Commit 989501a

Browse files
docs: remove unnecessary javadoc comments
Remove the type parameter javadoc tag from the ScreenerFilterValidator class as it was not providing any meaningful information.
1 parent 0f853a7 commit 989501a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/main/java/ua/com/gfalcon/finviz/validator/ScreenerFilterValidator.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@
3434
/**
3535
* The ScreenerFilterValidator class is responsible for validating a list of FilterParameter objects.
3636
* It ensures that the list does not contain duplicate FilterParameter classes.
37-
*
38-
* @param <T> the type of FilterParameter objects to be validated
3937
*/
4038
public class ScreenerFilterValidator implements Validator<List<FilterParameter>> {
4139

0 commit comments

Comments
 (0)