diff --git a/error-prone-contrib/src/main/java/tech/picnic/errorprone/bugpatterns/util/MoreTypes.java b/error-prone-contrib/src/main/java/tech/picnic/errorprone/bugpatterns/util/MoreTypes.java index fff2352d8c..7f8c2f3706 100644 --- a/error-prone-contrib/src/main/java/tech/picnic/errorprone/bugpatterns/util/MoreTypes.java +++ b/error-prone-contrib/src/main/java/tech/picnic/errorprone/bugpatterns/util/MoreTypes.java @@ -33,7 +33,7 @@ public final class MoreTypes { private MoreTypes() {} /** - * Creates a supplier of the type with the given fully qualified class name. + * Creates a supplier of the type with the given fully qualified name. * *
This method should only be used when building more complex types in combination with other * {@link MoreTypes} methods. In other cases prefer directly calling {@link