Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'profiling/org.eclipse.linuxtools.dataviewers/src/org/eclipse/linuxtools/dataviewers/actions/STHideShowColAction.java')
-rw-r--r--profiling/org.eclipse.linuxtools.dataviewers/src/org/eclipse/linuxtools/dataviewers/actions/STHideShowColAction.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/profiling/org.eclipse.linuxtools.dataviewers/src/org/eclipse/linuxtools/dataviewers/actions/STHideShowColAction.java b/profiling/org.eclipse.linuxtools.dataviewers/src/org/eclipse/linuxtools/dataviewers/actions/STHideShowColAction.java
index 2602b30ce7..c62223eb4c 100644
--- a/profiling/org.eclipse.linuxtools.dataviewers/src/org/eclipse/linuxtools/dataviewers/actions/STHideShowColAction.java
+++ b/profiling/org.eclipse.linuxtools.dataviewers/src/org/eclipse/linuxtools/dataviewers/actions/STHideShowColAction.java
@@ -30,10 +30,10 @@ public class STHideShowColAction extends Action {
* @param stViewer The AbstractSTViewer to create the action for.
*/
public STHideShowColAction(AbstractSTViewer stViewer) {
- super(STDataViewersMessages.hideshowAction_title, STDataViewersImages
- .getImageDescriptor(STDataViewersImages.IMG_EDIT_PROPERTIES));
- this.stViewer = stViewer;
- setEnabled(true);
+ super(STDataViewersMessages.hideshowAction_title, STDataViewersImages
+ .getImageDescriptor(STDataViewersImages.IMG_EDIT_PROPERTIES));
+ this.stViewer = stViewer;
+ setEnabled(true);
}
@Override

Back to the top