Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rapicault2015-03-20 15:23:22 +0000
committerPascal Rapicault2015-03-20 15:23:22 +0000
commit97cbe376383b753aa4b568950e803bef71fbdb27 (patch)
tree90ff71e789e339a364678234fd9e1f1eb1315d1a
parent31d60b18560f72feb16def254a0a7104b6009623 (diff)
downloadrt.equinox.p2-97cbe376383b753aa4b568950e803bef71fbdb27.tar.gz
rt.equinox.p2-97cbe376383b753aa4b568950e803bef71fbdb27.tar.xz
rt.equinox.p2-97cbe376383b753aa4b568950e803bef71fbdb27.zip
Remove irrelevant commentI20150324-0800
-rw-r--r--bundles/org.eclipse.equinox.p2.publisher.eclipse/src/org/eclipse/equinox/internal/p2/publisher/eclipse/BrandingIron.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.p2.publisher.eclipse/src/org/eclipse/equinox/internal/p2/publisher/eclipse/BrandingIron.java b/bundles/org.eclipse.equinox.p2.publisher.eclipse/src/org/eclipse/equinox/internal/p2/publisher/eclipse/BrandingIron.java
index 5bb09c47a..38fd44d8a 100644
--- a/bundles/org.eclipse.equinox.p2.publisher.eclipse/src/org/eclipse/equinox/internal/p2/publisher/eclipse/BrandingIron.java
+++ b/bundles/org.eclipse.equinox.p2.publisher.eclipse/src/org/eclipse/equinox/internal/p2/publisher/eclipse/BrandingIron.java
@@ -502,7 +502,6 @@ public class BrandingIron {
return;
}
- //Deal with error case
String capitalizedName = name.substring(0, 1).toUpperCase() + name.substring(1);
infoPListEditor.setKey(InfoPListEditor.MARKER_KEY, name);
infoPListEditor.setKey(InfoPListEditor.BUNDLE_KEY, capitalizedName);

Back to the top