소스 검색

Remove an unnecessary $NON-NLS$ comment

Change-Id: I8335464061dac1c20de2b698f834e516ef78cf3d
tags/v3.5.0.201409071800-rc1
Robin Rosenberg 10 년 전
부모
커밋
447fd6a948
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      org.eclipse.jgit/src/org/eclipse/jgit/gitrepo/RepoCommand.java

+ 1
- 1
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…
취소
저장