Skip to content

Commit 2c44c73

Browse files
committed
---
yaml --- r: 6973 b: refs/heads/tswast-patch-1 c: 992a371 h: refs/heads/master i: 6971: c6a84d9
1 parent d8a7ff7 commit 2c44c73

20 files changed

Lines changed: 39 additions & 1161 deletions

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,5 @@ refs/tags/v0.18.0: 9d193c4c4b9d1c6f21515dd8e50836b9194ec9bb
5757
refs/tags/v0.19.0: e67b56e4d8dad5f9a7b38c9b2107c23c828f2ed5
5858
refs/tags/v0.20.0: 839f7fb7156535146aa1cb2c5aadd8d375d854e8
5959
refs/tags/v0.20.1: 370471f437f1f4f68a11e068df5cd6bf39edb1fa
60-
refs/heads/tswast-patch-1: f4d3b95108fed2c3902415d4f70c38689bad45b0
60+
refs/heads/tswast-patch-1: 992a371006c8e723137b57933b72824754e98869
6161
refs/heads/pubsub-streaming-pull: 19262b752ee874eb2ca3b950eb2aef44d5a5267b

branches/tswast-patch-1/gcloud-java-bigquery/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@
3333
<version>v2-rev270-1.21.0</version>
3434
<scope>compile</scope>
3535
<exclusions>
36-
<exclusion>
37-
<groupId>com.google.guava</groupId>
38-
<artifactId>guava-jdk5</artifactId>
39-
</exclusion>
36+
<exclusion>
37+
<groupId>com.google.guava</groupId>
38+
<artifactId>guava-jdk5</artifactId>
39+
</exclusion>
4040
</exclusions>
4141
</dependency>
4242
<dependency>

branches/tswast-patch-1/gcloud-java-core/src/main/java/com/google/gcloud/BaseWriteChannel.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
import java.io.IOException;
2222
import java.io.Serializable;
2323
import java.nio.ByteBuffer;
24-
import java.nio.channels.ClosedChannelException;
2524
import java.util.Arrays;
2625
import java.util.Objects;
2726

@@ -115,9 +114,9 @@ private void flush() {
115114
}
116115
}
117116

118-
private void validateOpen() throws ClosedChannelException {
117+
private void validateOpen() throws IOException {
119118
if (!isOpen) {
120-
throw new ClosedChannelException();
119+
throw new IOException("stream is closed");
121120
}
122121
}
123122

branches/tswast-patch-1/gcloud-java-core/src/main/java/com/google/gcloud/IamPolicy.java

Lines changed: 0 additions & 256 deletions
This file was deleted.

0 commit comments

Comments
 (0)