Skip to content

Commit c740785

Browse files
committed
Revert "chore: Force change in sdk-platform-java"
This reverts commit 55c031b.
1 parent 55c031b commit c740785

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sdk-platform-java/gax-java/gax/src/main/java/com/google/api/gax/core/BackgroundResourceAggregation.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ public BackgroundResourceAggregation(List<BackgroundResource> resources) {
4545
public void shutdown() {
4646
for (BackgroundResource resource : resources) {
4747
resource.shutdown();
48-
// testing
4948
}
5049
}
5150

0 commit comments

Comments
 (0)