diff --git a/querydsl-core/src/main/java/com/mysema/query/Projectable.java b/querydsl-core/src/main/java/com/mysema/query/Projectable.java index 04d33d712..c3f7d94c6 100644 --- a/querydsl-core/src/main/java/com/mysema/query/Projectable.java +++ b/querydsl-core/src/main/java/com/mysema/query/Projectable.java @@ -219,7 +219,7 @@ public interface Projectable { * return a single result for the given projection or null if no result is found * *
There is some ambiguity for missing results and null valued results, for disambiguation - * and your own projection methods.
+ * use your own projection methods. * *for multiple results only the first one is returned
* @@ -233,7 +233,7 @@ public interface Projectable { * return a single result for the given projection or null if no result is found * *There is some ambiguity for missing results and null valued results, for disambiguation - * and your own projection methods.
+ * use your own projection methods. * *for multiple results only the first one is returned
* @@ -258,7 +258,7 @@ public interface Projectable { * return a unique result for the given projection or null if no result is found * *There is some ambiguity for missing results and null valued results, for disambiguation - * and your own projection methods.
+ * use your own projection methods. * * @param first * @param second @@ -273,7 +273,7 @@ public interface Projectable { * return a unique result for the given projection or null if no result is found * *There is some ambiguity for missing results and null valued results, for disambiguation - * and your own projection methods.
+ * use your own projection methods. * * @param args * @throws NonUniqueResultException if there is more than one matching result @@ -286,7 +286,7 @@ public interface Projectable { * return a unique result for the given projection or null if no result is found * *There is some ambiguity for missing results and null valued results, for disambiguation - * and your own projection methods.
+ * use your own projection methods. * * @param