Skip to content

Commit 1728e26

Browse files
committed
Fix declaration order of @SInCE tag
1 parent cf09937 commit 1728e26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

junit-platform-commons/src/main/java/org/junit/platform/commons/util/ReflectionUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -628,8 +628,8 @@ public static List<Class<?>> findAllClassesInPackage(String basePackageName, Cla
628628
}
629629

630630
/**
631-
* @see org.junit.platform.commons.support.ReflectionSupport#findAllClassesInModule(String, Predicate, Predicate)
632631
* @since 1.1.1
632+
* @see org.junit.platform.commons.support.ReflectionSupport#findAllClassesInModule(String, Predicate, Predicate)
633633
*/
634634
public static List<Class<?>> findAllClassesInModule(String moduleName, Predicate<Class<?>> classFilter,
635635
Predicate<String> classNameFilter) {

0 commit comments

Comments
 (0)