浏览代码

Merge "Make JavaDoc validator happy by declaring GitAPIException on callAsMap"

tags/v3.5.0.201409071800-rc1
Robin Rosenberg 10 年前
父节点
当前提交
926627fa41
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4
    0
      org.eclipse.jgit/src/org/eclipse/jgit/api/LsRemoteCommand.java

+ 4
- 0
org.eclipse.jgit/src/org/eclipse/jgit/api/LsRemoteCommand.java 查看文件

@@ -146,6 +146,8 @@ public class LsRemoteCommand extends
* of the command. Don't call this method twice on an instance.
*
* @return a collection of references in the remote repository
* @throws GitAPIException
* or subclass thereof when an error occurs
* @throws InvalidRemoteException
* when called with an invalid remote uri
* @throws org.eclipse.jgit.api.errors.TransportException
@@ -161,6 +163,8 @@ public class LsRemoteCommand extends
* Same as {@link #call()}, but return Map instead of Collection.
*
* @return a map from names to references in the remote repository
* @throws GitAPIException
* or subclass thereof when an error occurs
* @throws InvalidRemoteException
* when called with an invalid remote uri
* @throws org.eclipse.jgit.api.errors.TransportException

正在加载...
取消
保存