Browse Source

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

tags/v2.2.0.201212191850-r
Christian Halstrick 11 years ago
parent
commit
5fc7bd783b

+ 4
- 0
org.eclipse.jgit/src/org/eclipse/jgit/api/errors/JGitInternalException.java View File

private static final long serialVersionUID = 1L; private static final long serialVersionUID = 1L;


/** /**
* Construct an exception for low-level internal exceptions
*
* @param message * @param message
* @param cause * @param cause
*/ */
} }


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

Loading…
Cancel
Save