Parcourir la source

Remove an unnecessary $NON-NLS$ comment

Change-Id: I8335464061dac1c20de2b698f834e516ef78cf3d
tags/v3.5.0.201409071800-rc1
Robin Rosenberg il y a 10 ans
Parent
révision
447fd6a948

+ 1
- 1
org.eclipse.jgit/src/org/eclipse/jgit/gitrepo/RepoCommand.java Voir le fichier

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

Chargement…
Annuler
Enregistrer