diff --git a/.run/build-production.run.xml b/.run/build-production.run.xml index c51585b..c78efbf 100644 --- a/.run/build-production.run.xml +++ b/.run/build-production.run.xml @@ -1,27 +1,27 @@ - - - - - - + + + + + + diff --git a/.run/update-license-headers.run.xml b/.run/update-license-headers.run.xml index 9209848..b3d92cc 100644 --- a/.run/update-license-headers.run.xml +++ b/.run/update-license-headers.run.xml @@ -1,27 +1,27 @@ - - + - \ No newline at end of file + diff --git a/pom.xml b/pom.xml index 26d5fa1..4a8ee6e 100644 --- a/pom.xml +++ b/pom.xml @@ -16,7 +16,7 @@ Mozilla Public License Version 2.0 - http://mozilla.org/MPL/2.0 + https://mozilla.org/MPL/2.0 @@ -30,7 +30,7 @@ scm:git:git://github.com/RezzedUp/Constants.git scm:git:ssh://github.com:RezzedUp/Constants.git - http://github.com/RezzedUp/Constants + https://github.com/RezzedUp/Constants @@ -90,7 +90,7 @@ maven-surefire-plugin 3.0.0-M5 - + com.mycila license-maven-plugin diff --git a/src/main/java/com/rezzedup/util/constants/types/Cast.java b/src/main/java/com/rezzedup/util/constants/types/Cast.java index 3283961..d80c20f 100644 --- a/src/main/java/com/rezzedup/util/constants/types/Cast.java +++ b/src/main/java/com/rezzedup/util/constants/types/Cast.java @@ -98,7 +98,7 @@ private Unsafe() {} /** * Attempts to cast an object into the specified generic type. * - *

Warning: since generic type nformation is erased, casting will "succeed" + *

Warning: since generic type information is erased, casting will "succeed" * for any instance of a generic class.

* * @param type generic type to cast into