Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2010-09-29 15:41:10 +0000
committerDani Megert2010-09-29 15:41:10 +0000
commitcdcd7ac111a85ff5d9959a0c52aa6677bf8fd15a (patch)
tree178478cb795faac67f045eb80603339439ce08cc
parent4cfb576754ce4b6a9881aad0f15ec469a07d615c (diff)
downloadeclipse.platform.team-cdcd7ac111a85ff5d9959a0c52aa6677bf8fd15a.tar.gz
eclipse.platform.team-cdcd7ac111a85ff5d9959a0c52aa6677bf8fd15a.tar.xz
eclipse.platform.team-cdcd7ac111a85ff5d9959a0c52aa6677bf8fd15a.zip
*** empty log message ***
-rw-r--r--bundles/org.eclipse.compare/plugins/org.eclipse.compare/compare/org/eclipse/compare/internal/ShowWhitespaceAction.java6
1 files changed, 1 insertions, 5 deletions
diff --git a/bundles/org.eclipse.compare/plugins/org.eclipse.compare/compare/org/eclipse/compare/internal/ShowWhitespaceAction.java b/bundles/org.eclipse.compare/plugins/org.eclipse.compare/compare/org/eclipse/compare/internal/ShowWhitespaceAction.java
index b2e4b116f..b714eb85d 100644
--- a/bundles/org.eclipse.compare/plugins/org.eclipse.compare/compare/org/eclipse/compare/internal/ShowWhitespaceAction.java
+++ b/bundles/org.eclipse.compare/plugins/org.eclipse.compare/compare/org/eclipse/compare/internal/ShowWhitespaceAction.java
@@ -58,7 +58,6 @@ public class ShowWhitespaceAction extends TextEditorPropertyAction {
/*
* (non-Javadoc)
- *
* @see org.eclipse.compare.internal.TextEditorPropertyAction#synchronizeWithPreference()
*/
protected void synchronizeWithPreference() {
@@ -88,10 +87,7 @@ public class ShowWhitespaceAction extends TextEditorPropertyAction {
/*
* (non-Javadoc)
- *
- * @see
- * org.eclipse.compare.internal.TextEditorPropertyAction#propertyChange(org.eclipse.jface.util
- * .PropertyChangeEvent)
+ * @see org.eclipse.compare.internal.TextEditorPropertyAction#propertyChange(org.eclipse.jface.util.PropertyChangeEvent)
*/
public void propertyChange(PropertyChangeEvent event) {
String property = event.getProperty();

Back to the top