ajarmoniuk commented on code in PR #198:
URL: https://github.com/apache/maven-enforcer/pull/198#discussion_r1051432007


##########
enforcer-rules/src/main/java/org/apache/maven/plugins/enforcer/AbstractPropertyEnforcerRule.java:
##########
@@ -32,16 +32,16 @@ public abstract class AbstractPropertyEnforcerRule extends 
AbstractNonCacheableE
     /**
      * Match the property value to a given regular expression. Defaults to 
<code>null</code> (any value is ok).
      *
-     * @see {@link #setRegex(String)}
-     * @see {@link #getRegex()}
+     * @see #setRegex(String)
+     * @see #getRegex()
      */
     private String regex = null;
 
     /**
      * Specify a warning message if the regular expression is not matched.
      *
-     * @see {@link #setRegexMessage(String)}
-     * @see {@link #getRegexMessage()}
+     * @see #setRegexMessage(String)
+     * @see #getRegexMessage()

Review Comment:
   My linter complained about it, but can be done in a separate PR indeed.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to