@@ -954,21 +954,11 @@ public static class BuildableScanFromExistingWithOngoingWhere
954
954
implements And <BuildableScanFromExistingWithOngoingWhereAnd >,
955
955
Or <BuildableScanFromExistingWithOngoingWhereOr > {
956
956
957
- private BuildableScanFromExistingWithOngoingWhere (
958
- BuildableScanOrScanAllFromExisting buildable ) {
959
- super (buildable );
960
- }
961
-
962
957
private BuildableScanFromExistingWithOngoingWhere (
963
958
BuildableScanOrScanAllFromExisting buildable , ConditionalExpression condition ) {
964
959
super (buildable , condition );
965
960
}
966
961
967
- private BuildableScanFromExistingWithOngoingWhere (
968
- BuildableScanFromExistingWithOngoingWhere buildable ) {
969
- super (buildable );
970
- }
971
-
972
962
@ Override
973
963
public BuildableScanFromExistingWithOngoingWhereAnd and (ConditionalExpression condition ) {
974
964
checkNotNull (condition );
@@ -999,7 +989,7 @@ public BuildableScanFromExistingWithOngoingWhereOr or(AndConditionSet andConditi
999
989
}
1000
990
1001
991
public static class BuildableScanFromExistingWithOngoingWhereOr
1002
- extends BuildableScanFromExistingWithOngoingWhere
992
+ extends BuildableScanFromExistingWithWhere
1003
993
implements Or <BuildableScanFromExistingWithOngoingWhereOr > {
1004
994
1005
995
private BuildableScanFromExistingWithOngoingWhereOr (
@@ -1029,7 +1019,7 @@ public BuildableScanFromExistingWithOngoingWhereOr or(AndConditionSet andConditi
1029
1019
}
1030
1020
1031
1021
public static class BuildableScanFromExistingWithOngoingWhereAnd
1032
- extends BuildableScanFromExistingWithOngoingWhere
1022
+ extends BuildableScanFromExistingWithWhere
1033
1023
implements And <BuildableScanFromExistingWithOngoingWhereAnd > {
1034
1024
1035
1025
private BuildableScanFromExistingWithOngoingWhereAnd (
0 commit comments