From 287c94423d2dbcfd090c1525c86b8ce14f2a543f Mon Sep 17 00:00:00 2001 From: Alexey Utkin Date: Sun, 1 Jun 2014 22:49:23 +0400 Subject: [PATCH] OC-9609 [Java doc only] +review CR-OC-1561 --- .../src/com/intellij/lang/folding/CustomFoldingBuilder.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/platform/core-api/src/com/intellij/lang/folding/CustomFoldingBuilder.java b/platform/core-api/src/com/intellij/lang/folding/CustomFoldingBuilder.java index 5d628464bb6f..f43c1c9b55ae 100644 --- a/platform/core-api/src/com/intellij/lang/folding/CustomFoldingBuilder.java +++ b/platform/core-api/src/com/intellij/lang/folding/CustomFoldingBuilder.java @@ -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() {