OC-9609 [Java doc only] +review CR-OC-1561

This commit is contained in:
Alexey Utkin
2014-06-01 22:49:23 +04:00
parent 71594cc6b0
commit 287c94423d
@@ -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() {