Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Valenta2005-08-04 20:24:57 +0000
committerMichael Valenta2005-08-04 20:24:57 +0000
commit7b9fb69e16f69e06e164684d6e7b43b449c37043 (patch)
tree29b6f548c0c90bcf24e79aab0e98df19515c49f4 /bundles/org.eclipse.team.core/src/org/eclipse/team/core/ProjectSetCapability.java
parent481dbc56532fbe18b3b54df13045cbb7c59be25f (diff)
downloadeclipse.platform.team-7b9fb69e16f69e06e164684d6e7b43b449c37043.tar.gz
eclipse.platform.team-7b9fb69e16f69e06e164684d6e7b43b449c37043.tar.xz
eclipse.platform.team-7b9fb69e16f69e06e164684d6e7b43b449c37043.zip
Removed unnecessary NLS tags
Diffstat (limited to 'bundles/org.eclipse.team.core/src/org/eclipse/team/core/ProjectSetCapability.java')
-rw-r--r--bundles/org.eclipse.team.core/src/org/eclipse/team/core/ProjectSetCapability.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.team.core/src/org/eclipse/team/core/ProjectSetCapability.java b/bundles/org.eclipse.team.core/src/org/eclipse/team/core/ProjectSetCapability.java
index d1d0d6900..71040f6a5 100644
--- a/bundles/org.eclipse.team.core/src/org/eclipse/team/core/ProjectSetCapability.java
+++ b/bundles/org.eclipse.team.core/src/org/eclipse/team/core/ProjectSetCapability.java
@@ -141,7 +141,7 @@ public abstract class ProjectSetCapability {
if (serializer != null) {
return serializer.asReference(providerProjects, context.getShell(), monitor);
}
- throw new TeamException(Messages.ProjectSetCapability_0); //$NON-NLS-1$
+ throw new TeamException(Messages.ProjectSetCapability_0);
}
/**
@@ -191,7 +191,7 @@ public abstract class ProjectSetCapability {
if (serializer != null) {
return serializer.addToWorkspace(referenceStrings, context.getFilename(), context.getShell(), monitor);
}
- throw new TeamException(Messages.ProjectSetCapability_1); //$NON-NLS-1$
+ throw new TeamException(Messages.ProjectSetCapability_1);
}
////////////////////////////////////////////////////////////////////////////

Back to the top