Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Lyuboslav Kanev committed Jun 11, 2017
1 parent 5dee1cd commit 378d7d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sample/client/EDAMDemo.java
Expand Up @@ -83,7 +83,7 @@ public static void main(String args[]) throws Exception {
// These are the most common error types that you'll need to
// handle
// EDAMUserException is thrown when an API call fails because a
// paramter was invalid.
// parameter was invalid.
if (e.getErrorCode() == EDAMErrorCode.AUTH_EXPIRED) {
System.err.println("Your authentication token is expired!");
} else if (e.getErrorCode() == EDAMErrorCode.INVALID_AUTH) {
Expand Down

0 comments on commit 378d7d0

Please sign in to comment.