Browse Source

Remove an unnecessary $NON-NLS$ comment

Change-Id: I8335464061dac1c20de2b698f834e516ef78cf3d
stable-3.5
Robin Rosenberg 11 years ago committed by Matthias Sohn
parent
commit
447fd6a948
  1. 2
      org.eclipse.jgit/src/org/eclipse/jgit/gitrepo/RepoCommand.java

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

@ -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$

Loading…
Cancel
Save