Skip to content

Commit

Permalink
Merge pull request #123 from alfasoftware/fix/javadoc-warnings
Browse files Browse the repository at this point in the history
Javadoc warning fixes highlighted in the build
  • Loading branch information
RadikalJin authored Nov 15, 2024
2 parents a282614 + ad45587 commit aee3343
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package org.alfasoftware.astra.core.refactoring.operations.javapattern;

/**
* This is used to annotate methods which should be subsituted as part of a {@link @JavaPattern} rewrite
* This is used to annotate methods which should be substituted as part of a {@link JavaPattern} rewrite
*/
public @interface Substitute {
}
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ public static String getFullyQualifiedName(ClassInstanceCreation cic) {

/**
* Returns the Java identifier representing the simple name from a String representation of a qualified name.
* The JLS section 3.8 ({@link https://docs.oracle.com/javase/specs/jls/se11/html/jls-3.html#jls-3.8}) defines an identifier as
* The JLS section 3.8 (see the <a href="https://docs.oracle.com/javase/specs/jls/se11/html/jls-3.html#jls-3.8">oracle documentation</a>) defines an identifier as
* "an unlimited-length sequence of Java letters and Java digits, the first of which must be a Java letter."
* "The 'Java letters' include uppercase and lowercase ASCII Latin letters A-Z (\u0041-\u005a), and a-z (\u0061-\u007a), and,
* for historical reasons, the ASCII dollar sign ($, or \u0024) and underscore (_, or \u005f).
Expand Down

0 comments on commit aee3343

Please sign in to comment.