From bc6aea6a4f3898ede1717be10552ae2b4eb12995 Mon Sep 17 00:00:00 2001 From: Samuel Coleman Date: Mon, 6 Apr 2015 19:16:28 -0300 Subject: [PATCH] Correct typo in comment. --- src/main/java/org/garrit/common/messages/ErrorType.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/garrit/common/messages/ErrorType.java b/src/main/java/org/garrit/common/messages/ErrorType.java index 5547913..71a12da 100644 --- a/src/main/java/org/garrit/common/messages/ErrorType.java +++ b/src/main/java/org/garrit/common/messages/ErrorType.java @@ -26,7 +26,7 @@ public enum ErrorType */ E_RUNTIME, /** - * A failure while judging the submission + * A failure while judging the submission. */ E_JUDGING } \ No newline at end of file