From: Robin Rosenberg Date: Sun, 15 Jun 2014 19:38:56 +0000 (+0200) Subject: Remove an unnecessary $NON-NLS$ comment X-Git-Tag: v3.5.0.201409071800-rc1~96 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=refs%2Fchanges%2F39%2F28539%2F2;p=jgit.git Remove an unnecessary $NON-NLS$ comment Change-Id: I8335464061dac1c20de2b698f834e516ef78cf3d --- diff --git a/org.eclipse.jgit/src/org/eclipse/jgit/gitrepo/RepoCommand.java b/org.eclipse.jgit/src/org/eclipse/jgit/gitrepo/RepoCommand.java index 9d8fda6ac7..ee814300ae 100644 --- a/org.eclipse.jgit/src/org/eclipse/jgit/gitrepo/RepoCommand.java +++ b/org.eclipse.jgit/src/org/eclipse/jgit/gitrepo/RepoCommand.java @@ -332,7 +332,7 @@ public class RepoCommand extends GitCommand { 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$