mirror of
https://github.com/querydsl/querydsl.git
synced 2026-06-30 21:08:30 +08:00
Added notEmpty assert
This commit is contained in:
parent
1c469b9f90
commit
d01c58a532
@ -23,4 +23,8 @@ public class Assert {
|
||||
return object;
|
||||
}
|
||||
|
||||
public static String notEmpty(String contentType) {
|
||||
return hasText(contentType);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user