ソースを参照

Remove an unnecessary semicolon

Change-Id: I6c5b085ae4a47d0026bd2b2341de76ab333936b9
tags/v3.5.0.201409071800-rc1
Robin Rosenberg 10年前
コミット
78cd2bb9e0
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      org.eclipse.jgit/src/org/eclipse/jgit/api/ArchiveCommand.java

+ 1
- 1
org.eclipse.jgit/src/org/eclipse/jgit/api/ArchiveCommand.java ファイルの表示

@@ -204,7 +204,7 @@ public class ArchiveCommand extends GitCommand<OutputStream> {
this.format = format;
this.refcnt = refcnt;
}
};
}

/**
* Available archival formats (corresponding to values for

読み込み中…
キャンセル
保存