diff --git a/src/main/java/org/springframework/data/jpa/domain/Specifications.java b/src/main/java/org/springframework/data/jpa/domain/Specifications.java index f8b9220fb..1d88bf4f4 100644 --- a/src/main/java/org/springframework/data/jpa/domain/Specifications.java +++ b/src/main/java/org/springframework/data/jpa/domain/Specifications.java @@ -68,7 +68,6 @@ public class Specifications implements Specification, Serializable { * ANDs the given {@link Specification} to the current one. * * @deprecated since 2.0, use {@link Specification#and} instead - * @param * @param other can be {@literal null}. * @return */ @@ -81,7 +80,6 @@ public class Specifications implements Specification, Serializable { * ORs the given specification to the current one. * * @deprecated since 2.0, use {@link Specification#or} instead - * @param * @param other can be {@literal null}. * @return */