From 447fd6a9487542f53d7b6ee52bca94d8cf99b0e2 Mon Sep 17 00:00:00 2001 From: Robin Rosenberg Date: Sun, 15 Jun 2014 21:38:56 +0200 Subject: [PATCH] Remove an unnecessary $NON-NLS$ comment Change-Id: I8335464061dac1c20de2b698f834e516ef78cf3d --- org.eclipse.jgit/src/org/eclipse/jgit/gitrepo/RepoCommand.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 9d8fda6ac..ee814300a 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$