]> source.dussan.org Git - jgit.git/commitdiff
Remove an unnecessary $NON-NLS$ comment 39/28539/2
authorRobin Rosenberg <robin.rosenberg@dewire.com>
Sun, 15 Jun 2014 19:38:56 +0000 (21:38 +0200)
committerMatthias Sohn <matthias.sohn@sap.com>
Sun, 15 Jun 2014 21:30:44 +0000 (23:30 +0200)
Change-Id: I8335464061dac1c20de2b698f834e516ef78cf3d

org.eclipse.jgit/src/org/eclipse/jgit/gitrepo/RepoCommand.java

index 9d8fda6ac7eacd98b9680aa6a3ae7abfa362dedf..ee814300ae3c3290b04495b80f629502acab0fe4 100644 (file)
@@ -332,7 +332,7 @@ public class RepoCommand extends GitCommand<RevCommit> {
                                String qName,
                                Attributes attributes) throws SAXException {
                        if ("project".equals(qName)) { //$NON-NLS-1$
-                               currentProject = new Project( //$NON-NLS-1$
+                               currentProject = new Project(
                                                attributes.getValue("name"), //$NON-NLS-1$
                                                attributes.getValue("path"), //$NON-NLS-1$
                                                attributes.getValue("revision"), //$NON-NLS-1$