diff --git a/src/main/groovy/org/boozallen/plugins/jte/util/FileSystemCacheKey.groovy b/src/main/groovy/org/boozallen/plugins/jte/util/FileSystemCacheKey.groovy index 3c001ca2..320d0e39 100644 --- a/src/main/groovy/org/boozallen/plugins/jte/util/FileSystemCacheKey.groovy +++ b/src/main/groovy/org/boozallen/plugins/jte/util/FileSystemCacheKey.groovy @@ -79,7 +79,8 @@ class FileSystemCacheKey { * @param o the object to be compared with this instance. * @return {@code true} if the provided object is equal to this instance, {@code false} otherwise. */ - boolean equals(o) { + @Override + boolean equals(Object o) { if (this.is(o)) { return true }