aboutsummaryrefslogtreecommitdiff
path: root/testing/src/main/java/io/grpc/testing/GrpcCleanupRule.java
diff options
context:
space:
mode:
Diffstat (limited to 'testing/src/main/java/io/grpc/testing/GrpcCleanupRule.java')
-rw-r--r--testing/src/main/java/io/grpc/testing/GrpcCleanupRule.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/src/main/java/io/grpc/testing/GrpcCleanupRule.java b/testing/src/main/java/io/grpc/testing/GrpcCleanupRule.java
index 541bd73dd..82a986f77 100644
--- a/testing/src/main/java/io/grpc/testing/GrpcCleanupRule.java
+++ b/testing/src/main/java/io/grpc/testing/GrpcCleanupRule.java
@@ -47,7 +47,7 @@ import org.junit.runners.model.Statement;
@NotThreadSafe
public final class GrpcCleanupRule implements TestRule {
- private final List<Resource> resources = new ArrayList<Resource>();
+ private final List<Resource> resources = new ArrayList<>();
private long timeoutNanos = TimeUnit.SECONDS.toNanos(10L);
private Stopwatch stopwatch = Stopwatch.createUnstarted();