Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Thomann2010-06-25 14:58:52 +0000
committerOlivier Thomann2010-06-25 14:58:52 +0000
commit3aecc549b2f7b1ddb2c2cf9712c8f70043311795 (patch)
tree5b86a81279b32752dd17731ab320a6e29bb8be67 /org.eclipse.jdt.core/notes
parent9575297c7094f0ca8f05b5451890432b3edff1e7 (diff)
downloadeclipse.jdt.core-3aecc549b2f7b1ddb2c2cf9712c8f70043311795.tar.gz
eclipse.jdt.core-3aecc549b2f7b1ddb2c2cf9712c8f70043311795.tar.xz
eclipse.jdt.core-3aecc549b2f7b1ddb2c2cf9712c8f70043311795.zip
HEAD - Fix for 317972
Diffstat (limited to 'org.eclipse.jdt.core/notes')
-rw-r--r--org.eclipse.jdt.core/notes/API_changes.html2
-rw-r--r--org.eclipse.jdt.core/notes/R30_buildnotes_jdt-core.html4
2 files changed, 3 insertions, 3 deletions
diff --git a/org.eclipse.jdt.core/notes/API_changes.html b/org.eclipse.jdt.core/notes/API_changes.html
index 93f1dbec97..0ae31a5600 100644
--- a/org.eclipse.jdt.core/notes/API_changes.html
+++ b/org.eclipse.jdt.core/notes/API_changes.html
@@ -232,7 +232,7 @@ void becomeWorkingCopy(IProblemRequestor problemRequestor, IProgressMonitor moni
*
* It is possible that the contents of the original resource have changed
* since this working copy was created, in which case there is an update conflict.
- * The value of the force parameter effects the resolution of
+ * The value of the force parameter affects the resolution of
* such a conflict:
* - true - in this case the contents of this working copy are applied to
* the underlying resource even though this working copy was created
diff --git a/org.eclipse.jdt.core/notes/R30_buildnotes_jdt-core.html b/org.eclipse.jdt.core/notes/R30_buildnotes_jdt-core.html
index 676a991c91..cc985a509e 100644
--- a/org.eclipse.jdt.core/notes/R30_buildnotes_jdt-core.html
+++ b/org.eclipse.jdt.core/notes/R30_buildnotes_jdt-core.html
@@ -721,7 +721,7 @@ public static void addPreProcessingResourceChangedListener(IResourceChangeListen
/**
* Removes the given pre-processing resource changed listener.
*
- * Has no affect if an identical listener is not registered.
+ * Has no effect if an identical listener is not registered.
*
* @param listener the listener
* @since 3.0
@@ -4006,7 +4006,7 @@ void becomeWorkingCopy(IProblemRequestor problemRequestor, IProgressMonitor moni
*
* It is possible that the contents of the original resource have changed
* since this working copy was created, in which case there is an update conflict.
- * The value of the force parameter effects the resolution of
+ * The value of the force parameter affects the resolution of
* such a conflict:
* - true - in this case the contents of this working copy are applied to
* the underlying resource even though this working copy was created

Back to the top