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/02/04 04:36:31 UTC

[GitHub] [netbeans] singh-akhilesh commented on a change in pull request #1914: [NETBEANS-3786] : Fixed position of hint (add import) for record (jdk14)

singh-akhilesh commented on a change in pull request #1914: [NETBEANS-3786] : Fixed position of hint (add import) for record (jdk14)
URL: https://github.com/apache/netbeans/pull/1914#discussion_r374470630
 
 

 ##########
 File path: java/java.source.base/src/org/netbeans/modules/java/source/save/PositionEstimator.java
 ##########
 @@ -58,7 +58,7 @@
      * For JCTree instances that have no associated source position.
      */
     public static final int NOPOS = -2;
-    
+    public static final String RECORD = "RECORD";
 
 Review comment:
   comment addressed

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


With regards,
Apache Git Services

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