@@ -1465,21 +1465,11 @@ public static class BuildableScanFromExistingWithOngoingWhere
1465
1465
implements And <BuildableScanFromExistingWithOngoingWhereAnd >,
1466
1466
Or <BuildableScanFromExistingWithOngoingWhereOr > {
1467
1467
1468
- private BuildableScanFromExistingWithOngoingWhere (
1469
- BuildableScanOrScanAllFromExisting buildable ) {
1470
- super (buildable );
1471
- }
1472
-
1473
1468
private BuildableScanFromExistingWithOngoingWhere (
1474
1469
BuildableScanOrScanAllFromExisting buildable , ConditionalExpression condition ) {
1475
1470
super (buildable , condition );
1476
1471
}
1477
1472
1478
- private BuildableScanFromExistingWithOngoingWhere (
1479
- BuildableScanFromExistingWithOngoingWhere buildable ) {
1480
- super (buildable );
1481
- }
1482
-
1483
1473
@ Override
1484
1474
public BuildableScanFromExistingWithOngoingWhereAnd and (ConditionalExpression condition ) {
1485
1475
checkNotNull (condition );
@@ -1510,7 +1500,7 @@ public BuildableScanFromExistingWithOngoingWhereOr or(AndConditionSet andConditi
1510
1500
}
1511
1501
1512
1502
public static class BuildableScanFromExistingWithOngoingWhereOr
1513
- extends BuildableScanFromExistingWithOngoingWhere
1503
+ extends BuildableScanFromExistingWithWhere
1514
1504
implements Or <BuildableScanFromExistingWithOngoingWhereOr > {
1515
1505
1516
1506
private BuildableScanFromExistingWithOngoingWhereOr (
@@ -1546,7 +1536,7 @@ public BuildableScanFromExistingWithOngoingWhereOr or(AndConditionSet andConditi
1546
1536
}
1547
1537
1548
1538
public static class BuildableScanFromExistingWithOngoingWhereAnd
1549
- extends BuildableScanFromExistingWithOngoingWhere
1539
+ extends BuildableScanFromExistingWithWhere
1550
1540
implements And <BuildableScanFromExistingWithOngoingWhereAnd > {
1551
1541
1552
1542
private BuildableScanFromExistingWithOngoingWhereAnd (
0 commit comments