From b836ddf88825219887600ac9cdcf09ff5fbf81a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20Westk=C3=A4mper?= Date: Tue, 15 Nov 2011 20:16:15 +0200 Subject: [PATCH] #45 : improved docs --- .../src/main/java/com/mysema/query/Projectable.java | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 * return type