Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2012-12-12 11:35:03 +0000
committerDani Megert2012-12-12 11:35:03 +0000
commit5475c67de7d00c4ba85f6fd1989a3480b2e9422b (patch)
tree9b4b11955679add2a5a700c308a33773ef64da47
parentb0d7d16b09fe75928e3491fa0951bd6219e1b64f (diff)
downloadeclipse.platform.team-I20121225-1600.tar.gz
eclipse.platform.team-I20121225-1600.tar.xz
eclipse.platform.team-I20121225-1600.zip
-rw-r--r--bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/SWTUtils.java6
1 files changed, 1 insertions, 5 deletions
diff --git a/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/SWTUtils.java b/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/SWTUtils.java
index 37b2add5c..9e065d667 100644
--- a/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/SWTUtils.java
+++ b/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/SWTUtils.java
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2000, 2009 IBM Corporation and others.
+ * Copyright (c) 2000, 2012 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
@@ -32,10 +32,6 @@ import org.eclipse.ui.preferences.IWorkbenchPreferenceContainer;
import com.ibm.icu.text.MessageFormat;
-
-/**
- *
- */
public class SWTUtils {
public static final int MARGINS_DEFAULT= -1;

Back to the top