Browse Source

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

stable-2.2
Christian Halstrick 12 years ago committed by Gerrit Code Review @ Eclipse.org
parent
commit
5fc7bd783b
  1. 4
      org.eclipse.jgit/src/org/eclipse/jgit/api/errors/JGitInternalException.java

4
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…
Cancel
Save