summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorminenash <enderbros.minenash@gmail.com>2018-01-14 17:40:27 -0500
committerminenash <enderbros.minenash@gmail.com>2018-01-14 17:40:27 -0500
commit6c4b9f357318f6032a4afe703cb1e3d0ec8c21b4 (patch)
treecf35eeba2d67caf21b1daf687d97ea1209dd22ef
parentd41eb32af7f49de3ec6c2a2621d0a1660319a97f (diff)
Fixed spelling in JavaDocs
-rw-r--r--src/com/redstoner/misc/Utils.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/com/redstoner/misc/Utils.java b/src/com/redstoner/misc/Utils.java
index d8bea31..7102e2f 100644
--- a/src/com/redstoner/misc/Utils.java
+++ b/src/com/redstoner/misc/Utils.java
@@ -134,10 +134,10 @@ public final class Utils
return id;
}
- /** Checks if the string is an UUID.
+ /** Checks if the string is a UUID.
*
* @param toCheck String to check.
- * @return if the string is an UUID.
+ * @return if the string is a UUID.
*/
public static boolean isUUID(String toCheck)
{