Skip to content

Commit 664e817

Browse files
committed
Fix javadoc warnings
1 parent 703121d commit 664e817

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/main/java/groovy/transform/package-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
* {@link groovy.transform.TypeChecked @TypeChecked} (type checking),
2626
* {@link groovy.transform.ToString @ToString}, {@link groovy.transform.EqualsAndHashCode @EqualsAndHashCode},
2727
* {@link groovy.transform.Immutable @Immutable}, {@link groovy.transform.TupleConstructor @TupleConstructor},
28-
* {@link groovy.transform.Lazy @Lazy}, {@link groovy.transform.Synchronized @Synchronized},
28+
* {@link groovy.lang.Lazy @Lazy}, {@link groovy.transform.Synchronized @Synchronized},
2929
* and many others for traits, records, sealing, and property handling.
3030
* </p>
3131
*

src/main/java/org/codehaus/groovy/ast/decompiled/DecompiledClassNode.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ public long getCompilationTimeStamp() {
161161
* Resolves the runtime JVM {@link Class} object for this decompiled class node.
162162
*
163163
* @return the loaded {@link Class} instance from the current classloader
164-
* @throws GroovyBugError if the class cannot be resolved at runtime
164+
* @throws org.codehaus.groovy.GroovyBugError if the class cannot be resolved at runtime
165165
* @see AsmReferenceResolver#resolveJvmClass(String)
166166
*/
167167
@Override

subprojects/groovy-ginq/src/main/groovy/groovy/ginq/transform/package-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
* <p>
2424
* {@code @GQ} annotation enables SELECT/FROM/WHERE/GROUP BY/ORDER BY/JOIN/HAVING clauses
2525
* in Groovy closures. {@link org.apache.groovy.ginq.transform.GinqASTTransformation} and
26-
* {@link org.apache.groovy.ginq.transform.GinqAstOptimizer} handle compilation and optimization.
26+
* {@link org.apache.groovy.ginq.dsl.GinqAstOptimizer} handle compilation and optimization.
2727
* </p>
2828
*/
2929
package groovy.ginq.transform;

0 commit comments

Comments
 (0)