mirror of
https://github.com/querydsl/querydsl.git
synced 2026-06-13 21:01:01 +08:00
Clean up javadocs
This commit is contained in:
parent
7d798cecf4
commit
b092e0aa8a
@ -77,7 +77,7 @@ public interface Detachable {
|
||||
* @param <RT>
|
||||
* generic type of the List
|
||||
* @param projection
|
||||
* @return a List over the projection
|
||||
* @return
|
||||
*/
|
||||
<RT> ListSubQuery<RT> list(Expression<RT> projection);
|
||||
|
||||
@ -112,7 +112,7 @@ public interface Detachable {
|
||||
* @param <RT>
|
||||
* return type
|
||||
* @param projection
|
||||
* @return the result or null for an empty result
|
||||
* @return
|
||||
*/
|
||||
<RT> SimpleSubQuery<RT> unique(Expression<RT> projection);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user