This is an automated email from the ASF dual-hosted git repository.
radu pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-compiler.git
The following commit(s) were added to refs/heads/master by this push:
new a9086e4 trivial: corrected JavaDoc
a9086e4 is described below
commit a9086e4eb7a3822dad15812d963e97f7c8c6ab73
Author: Radu Cotescu <[email protected]>
AuthorDate: Thu Jun 18 17:06:43 2020 +0200
trivial: corrected JavaDoc
---
.../java/org/apache/sling/commons/compiler/source/JavaEscapeHelper.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/src/main/java/org/apache/sling/commons/compiler/source/JavaEscapeHelper.java
b/src/main/java/org/apache/sling/commons/compiler/source/JavaEscapeHelper.java
index ba0c038..ba910b7 100644
---
a/src/main/java/org/apache/sling/commons/compiler/source/JavaEscapeHelper.java
+++
b/src/main/java/org/apache/sling/commons/compiler/source/JavaEscapeHelper.java
@@ -222,7 +222,7 @@ public final class JavaEscapeHelper {
/**
* Test whether the argument is a special identifier, according to the
- * a
href="https://docs.oracle.com/javase/specs/jls/se13/html/jls-3.html#jls-3.9">Java
Language Specification</a>..
+ * <a
href="https://docs.oracle.com/javase/specs/jls/se13/html/jls-3.html#jls-3.9">Java
Language Specification</a>.
*
* @param key the String to test
* @return {@code true} if the String is a Java special identifier, {@code
false} otherwise