浏览代码

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

正在加载...
取消
保存