瀏覽代碼

Merge "Add a hint on the purpose of JGitInternalException to the constructor"

tags/v2.2.0.201212191850-r
Christian Halstrick 11 年之前
父節點
當前提交
5fc7bd783b
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4
    0
      org.eclipse.jgit/src/org/eclipse/jgit/api/errors/JGitInternalException.java

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

@@ -60,6 +60,8 @@ public class JGitInternalException extends RuntimeException {
private static final long serialVersionUID = 1L;

/**
* Construct an exception for low-level internal exceptions
*
* @param message
* @param cause
*/
@@ -68,6 +70,8 @@ public class JGitInternalException extends RuntimeException {
}

/**
* Construct an exception for low-level internal exceptions
*
* @param message
*/
public JGitInternalException(String message) {

Loading…
取消
儲存