Skip to content

Commit 682d779

Browse files
committed
Javadoc @SInCE tag should be after @return and @throws
1 parent 3502113 commit 682d779

File tree

1 file changed

+2
-1
lines changed
  • processor/src/main/java/org/apache/commons/weaver

1 file changed

+2
-1
lines changed

processor/src/main/java/org/apache/commons/weaver/Finder.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,8 +377,9 @@ public List<Annotated<Package>> findAnnotatedPackages(final Class<? extends Anno
377377

378378
/**
379379
* Gets the list of objects representing all scanned classes.
380-
* @since 1.3
380+
*
381381
* @return {@link List} of {@link Annotated}{@code <Class<?>>}
382+
* @since 1.3
382383
*/
383384
public List<Annotated<Class<?>>> getAllClasses() {
384385
return annotate(originalInfos.values());

0 commit comments

Comments
 (0)