Skip to content

Commit

Permalink
#45 : improved docs
Browse files Browse the repository at this point in the history
  • Loading branch information
timowest committed Nov 15, 2011
1 parent 1f3e0bb commit b836ddf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions querydsl-core/src/main/java/com/mysema/query/Projectable.java
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ public interface Projectable {
* return a single result for the given projection or null if no result is found
*
* <p>There is some ambiguity for missing results and null valued results, for disambiguation
* and your own projection methods.</p>
* use your own projection methods.</p>
*
* <p>for multiple results only the first one is returned</p>
*
Expand All @@ -233,7 +233,7 @@ public interface Projectable {
* return a single result for the given projection or null if no result is found
*
* <p>There is some ambiguity for missing results and null valued results, for disambiguation
* and your own projection methods.</p>
* use your own projection methods.</p>
*
* <p>for multiple results only the first one is returned</p>
*
Expand All @@ -258,7 +258,7 @@ public interface Projectable {
* return a unique result for the given projection or null if no result is found
*
* <p>There is some ambiguity for missing results and null valued results, for disambiguation
* and your own projection methods.</p>
* use your own projection methods.</p>
*
* @param first
* @param second
Expand All @@ -273,7 +273,7 @@ public interface Projectable {
* return a unique result for the given projection or null if no result is found
*
* <p>There is some ambiguity for missing results and null valued results, for disambiguation
* and your own projection methods.</p>
* use your own projection methods.</p>
*
* @param args
* @throws NonUniqueResultException if there is more than one matching result
Expand All @@ -286,7 +286,7 @@ public interface Projectable {
* return a unique result for the given projection or null if no result is found
*
* <p>There is some ambiguity for missing results and null valued results, for disambiguation
* and your own projection methods.</p>
* use your own projection methods.</p>
*
* @param <RT>
* return type
Expand Down

0 comments on commit b836ddf

Please sign in to comment.