Skip to content

Commit b02ebad

Browse files
authored
---
yaml --- r: 8491 b: refs/heads/master c: 9454a02 h: refs/heads/master i: 8489: dde4dd8 8487: 35e5134
1 parent 0e242dd commit b02ebad

10 files changed

Lines changed: 340 additions & 303 deletions

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: e2165af332ec9790c81fa66b7544332454012fb3
2+
refs/heads/master: 9454a0263986042a4624154105f9dec3a14883a0
33
refs/heads/travis: 47e4fee4fd5af9b2a8ce46f23c72ec95f9b195b2
44
refs/heads/gh-pages: 3e16a39145437096333db5811e5c0292719c1823
55
refs/tags/0.0.9: 22f1839238f66c39e67ed4dfdcd273b1ae2e8444

trunk/google-cloud-pubsub/src/main/java/com/google/cloud/pubsub/v1/AtomicRoundRobin.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
package com.google.cloud.pubsub.v1;
1818

19-
import com.google.common.annotations.VisibleForTesting;
19+
import com.google.api.core.InternalApi;
2020
import com.google.common.base.Preconditions;
2121
import java.util.concurrent.atomic.AtomicInteger;
2222

@@ -39,7 +39,7 @@ int next() {
3939
return next;
4040
}
4141

42-
@VisibleForTesting
42+
@InternalApi
4343
void set(int i) {
4444
current.set(i);
4545
}

0 commit comments

Comments
 (0)