Chris2011 commented on code in PR #4448:
URL: https://github.com/apache/netbeans/pull/4448#discussion_r1027285887
##########
java/java.editor.lib/src/org/netbeans/editor/ext/java/JavaFoldManager.java:
##########
@@ -43,6 +43,8 @@ public abstract class JavaFoldManager implements FoldManager {
public static final FoldType JAVADOC_FOLD_TYPE =
JavaElementFoldManager.JAVADOC_FOLD_TYPE;
public static final FoldType CODE_BLOCK_FOLD_TYPE =
JavaElementFoldManager.CODE_BLOCK_FOLD_TYPE;
Review Comment:
So I understand your point of backward compatibilty. For me I just want to
know exactly, what I need to do to get this PR merged. As far as I understand
you correct, I need to change some code to map some behavior from the generic
code_block_fold_type to the more specific method_block_fold_type, didn't I do
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.
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