mirror of
https://github.com/querydsl/querydsl.git
synced 2026-07-03 21:07:49 +08:00
Update javadocs [ci skip]
This commit is contained in:
parent
232b8b8d37
commit
93674b9051
@ -633,7 +633,7 @@ public final class Expressions {
|
||||
}
|
||||
|
||||
/**
|
||||
* Get the default null expression
|
||||
* Get a null expression for the specified type
|
||||
*
|
||||
* @return
|
||||
*/
|
||||
@ -643,7 +643,7 @@ public final class Expressions {
|
||||
}
|
||||
|
||||
/**
|
||||
* Get a null expression for the given type
|
||||
* Get a null expression for the specified type
|
||||
*
|
||||
* @param type
|
||||
* @param <T>
|
||||
@ -654,7 +654,7 @@ public final class Expressions {
|
||||
}
|
||||
|
||||
/**
|
||||
* Get a null expression for the given path
|
||||
* Get a null expression for the specified path
|
||||
*
|
||||
* @param path
|
||||
* @param <T>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user