DATACMNS-1148 - Return primitive boolean in PartTree.isExistsProjection(…).
Declare primitive return type to avoid nullable return values.
This commit is contained in:
@@ -138,7 +138,7 @@ public class PartTree implements Streamable<OrPart> {
|
||||
* @return
|
||||
* @since 1.13
|
||||
*/
|
||||
public Boolean isExistsProjection() {
|
||||
public boolean isExistsProjection() {
|
||||
return subject.isExistsProjection();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user