Chris2011 commented on code in PR #4448:
URL: https://github.com/apache/netbeans/pull/4448#discussion_r934335074


##########
java/java.editor/src/org/netbeans/modules/java/editor/fold/JavaElementFoldManager.java:
##########
@@ -75,8 +75,8 @@ public class JavaElementFoldManager implements FoldManager {
     public static final FoldType JAVADOC_FOLD_TYPE = 
FoldType.DOCUMENTATION.derive("javadoc", Bundle.FoldType_Javadoc(), 
             new org.netbeans.api.editor.fold.FoldTemplate(3, 2, "/**...*/")); 
// NOI18N
 
-    @NbBundle.Messages("FoldType_Methods=Methods")
-    public static final FoldType CODE_BLOCK_FOLD_TYPE = 
FoldType.MEMBER.derive("method", Bundle.FoldType_Methods(), 

Review Comment:
   You are completly right, I thought so too. I will change this to Draft and 
will work on it further. Thx.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

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

Reply via email to