Skip to content

Commit

Permalink
Update SKSImplementation.java
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberphone committed Apr 10, 2019
1 parent fbad2bb commit 7093c9e
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -521,7 +521,7 @@ void abort(Throwable e) {
abort(e.getMessage(), SKSException.ERROR_INTERNAL);
}

public void abort(String message) {
void abort(String message) {
abort(message, SKSException.ERROR_OPTION);
}

Expand Down

0 comments on commit 7093c9e

Please sign in to comment.