mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
OC-9609 [Java doc only] +review CR-OC-1561
This commit is contained in:
@@ -216,11 +216,11 @@ public abstract class CustomFoldingBuilder extends FoldingBuilderEx implements P
|
||||
}
|
||||
|
||||
/**
|
||||
* Checks if the folding ranges could be created in the Dumb Mode. In the most of
|
||||
* language implementations the method returns true, but for strong context-dependant
|
||||
* Checks if the folding ranges can be created in the Dumb Mode. In the most of
|
||||
* language implementations the method returns true, but for strong context-dependent
|
||||
* languages (like ObjC/C++) overridden method returns false.
|
||||
*
|
||||
* @return True if the folding ranges could be created in the Dumb Mode
|
||||
* @return True if the folding ranges can be created in the Dumb Mode
|
||||
*/
|
||||
@Override
|
||||
public boolean isDumbAware() {
|
||||
|
||||
Reference in New Issue
Block a user