From fd06fe810d1140504afaacc0c1bbf8507de717ee Mon Sep 17 00:00:00 2001 From: zaaarf Date: Sat, 18 Mar 2023 20:23:17 +0100 Subject: chore: javadocs --- src/main/java/ftbsc/lll/processor/tools/ASTUtils.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/java/ftbsc/lll/processor/tools/ASTUtils.java b/src/main/java/ftbsc/lll/processor/tools/ASTUtils.java index 76e54d4..578d49f 100644 --- a/src/main/java/ftbsc/lll/processor/tools/ASTUtils.java +++ b/src/main/java/ftbsc/lll/processor/tools/ASTUtils.java @@ -105,13 +105,13 @@ public class ASTUtils { } /** - * Extracts + * Extracts the inner class name as a String from the annotation. * @param ann the annotation containing the class * @param innerClassFunction the annotation function returning the inner class name * @param anonymousCounterFunction the annotation function returning the anonymous class counter * @param the type of the annotation carrying the information - * @return the fully qualified name of the given class - * @since 0.3.0 + * @return the name of the inner class, or null if the target isn't an inner class + * @since 0.4.0 */ public static String getInnerName(T ann, Function innerClassFunction, Function anonymousCounterFunction) { String inner = null; -- cgit v1.2.3-56-ga3b1