Skip to content

Commit 137e340

Browse files
committed
Javadoc
1 parent 6eef494 commit 137e340

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/main/java/org/apache/commons/lang3/ClassUtils.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -397,6 +397,11 @@ private static void getAllInterfaces(Class<?> cls, final HashSet<Class<?>> inter
397397
/**
398398
* Gets a {@link List} of superclasses for the given class.
399399
*
400+
* <ol>
401+
* <li>The first entry is the superclass of the given class.</li>
402+
* <li>The last entry is {@link Object}'s class.</li>
403+
* </ol>
404+
*
400405
* @param cls the class to look up, may be {@code null}.
401406
* @return the {@link List} of superclasses in order going up from this one {@code null} if null input.
402407
*/

0 commit comments

Comments
 (0)