@@ -996,21 +996,11 @@ public static class BuildableScanFromExistingWithOngoingWhere
996
996
implements And <BuildableScanFromExistingWithOngoingWhereAnd >,
997
997
Or <BuildableScanFromExistingWithOngoingWhereOr > {
998
998
999
- private BuildableScanFromExistingWithOngoingWhere (
1000
- BuildableScanOrScanAllFromExisting buildable ) {
1001
- super (buildable );
1002
- }
1003
-
1004
999
private BuildableScanFromExistingWithOngoingWhere (
1005
1000
BuildableScanOrScanAllFromExisting buildable , ConditionalExpression condition ) {
1006
1001
super (buildable , condition );
1007
1002
}
1008
1003
1009
- private BuildableScanFromExistingWithOngoingWhere (
1010
- BuildableScanFromExistingWithOngoingWhere buildable ) {
1011
- super (buildable );
1012
- }
1013
-
1014
1004
@ Override
1015
1005
public BuildableScanFromExistingWithOngoingWhereAnd and (ConditionalExpression condition ) {
1016
1006
checkNotNull (condition );
@@ -1041,7 +1031,7 @@ public BuildableScanFromExistingWithOngoingWhereOr or(AndConditionSet andConditi
1041
1031
}
1042
1032
1043
1033
public static class BuildableScanFromExistingWithOngoingWhereOr
1044
- extends BuildableScanFromExistingWithOngoingWhere
1034
+ extends BuildableScanFromExistingWithWhere
1045
1035
implements Or <BuildableScanFromExistingWithOngoingWhereOr > {
1046
1036
1047
1037
private BuildableScanFromExistingWithOngoingWhereOr (
@@ -1077,7 +1067,7 @@ public BuildableScanFromExistingWithOngoingWhereOr or(AndConditionSet andConditi
1077
1067
}
1078
1068
1079
1069
public static class BuildableScanFromExistingWithOngoingWhereAnd
1080
- extends BuildableScanFromExistingWithOngoingWhere
1070
+ extends BuildableScanFromExistingWithWhere
1081
1071
implements And <BuildableScanFromExistingWithOngoingWhereAnd > {
1082
1072
1083
1073
private BuildableScanFromExistingWithOngoingWhereAnd (
0 commit comments