We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db7f001 commit a21480fCopy full SHA for a21480f
README.md
@@ -287,7 +287,7 @@ gitCommit.commitChanges("Modified test files");
287
if (!gitCommit.isResponseOk()) {
288
System.out.println("An Error occurred: " + gitCommit.getError());
289
if (gitCommit.getException() != null) {
290
- System.out.println("An Exception has been raised: " + gitCommit.getError());
+ System.out.println("An Exception has been raised: " + gitCommit.getError());
291
}
292
return;
293
0 commit comments