diff --git a/src/main/java/org/springframework/data/repository/query/parser/PartTree.java b/src/main/java/org/springframework/data/repository/query/parser/PartTree.java index 9764bca38..dbaff88cc 100644 --- a/src/main/java/org/springframework/data/repository/query/parser/PartTree.java +++ b/src/main/java/org/springframework/data/repository/query/parser/PartTree.java @@ -43,6 +43,7 @@ import org.springframework.util.StringUtils; * @author Thomas Darimont * @author Christoph Strobl * @author Mark Paluch + * @author Shaun Chyxion */ public class PartTree implements Streamable { @@ -70,7 +71,7 @@ public class PartTree implements Streamable { private final Subject subject; /** - * The subject, for example "findDistinctUserByNameOrderByAge" would have the predicate "NameOrderByAge". + * The predicate, for example "findDistinctUserByNameOrderByAge" would have the predicate "NameOrderByAge". */ private final Predicate predicate;