You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2020/08/13 06:49:00 UTC

[GitHub] [netbeans] junichi11 commented on a change in pull request #2307: [NETBEANS-4062] Fixed issue : import RECORD from other package hint

junichi11 commented on a change in pull request #2307:
URL: https://github.com/apache/netbeans/pull/2307#discussion_r469732733



##########
File path: java/java.source.base/src/org/netbeans/api/java/source/ElementHandle.java
##########
@@ -436,7 +436,7 @@ public boolean signatureEquals (@NonNull final T element) {
      * @param kind the {@link ElementKind} of the {@link TypeElement},
      * allowed values are {@link ElementKind#CLASS}, {@link ElementKind#INTERFACE},
      * {@link ElementKind#ENUM} and {@link ElementKind#ANNOTATION_TYPE}.
-     * @param binaryName the class binary name as specified by JLS §13.1
+     * @param binaryName the class binary name as specified by JLS ยง13.1

Review comment:
       I don't think we have to change this.




----------------------------------------------------------------
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.

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists