Skip to content

Commit 0df5832

Browse files
committed
---
yaml --- r: 6911 b: refs/heads/tswast-patch-1 c: 526eb5f h: refs/heads/master i: 6909: 4df51c1 6907: e202c1b 6903: 5818f50 6895: 0f33116 6879: a9e1c7c 6847: c72e474 6783: 2e110e9 6655: c04b925
1 parent b932096 commit 0df5832

13 files changed

Lines changed: 14 additions & 15 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: 6fed3ee12f7b0b86fdc275dc2e697b2d1f431241
60+
refs/heads/tswast-patch-1: 526eb5f2df397fc26cc5fa147ba1a0df01b319f9
6161
refs/heads/pubsub-streaming-pull: 19262b752ee874eb2ca3b950eb2aef44d5a5267b

branches/tswast-patch-1/gcloud-java-examples/src/main/java/com/google/gcloud/examples/bigquery/snippets/CreateTableAndLoadData.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
/*
1818
* EDITING INSTRUCTIONS
1919
* This file is referenced in READMEs and javadoc. Any change to this file should be reflected in
20-
* project's READMEs and package-info.java.
20+
* the project's READMEs and package-info.java.
2121
*/
2222

2323
package com.google.gcloud.examples.bigquery.snippets;
@@ -35,7 +35,7 @@
3535

3636
/**
3737
* A snippet for Google Cloud BigQuery showing how to get a BigQuery table or create it if it does
38-
* not exists. The snippet also starts a BigQuery job to load data into the table from a Cloud
38+
* not exist. The snippet also starts a BigQuery job to load data into the table from a Cloud
3939
* Storage blob and wait until the job completes.
4040
*/
4141
public class CreateTableAndLoadData {

branches/tswast-patch-1/gcloud-java-examples/src/main/java/com/google/gcloud/examples/bigquery/snippets/InsertDataAndQueryTable.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
/*
1818
* EDITING INSTRUCTIONS
1919
* This file is referenced in READMEs and javadoc. Any change to this file should be reflected in
20-
* project's READMEs and package-info.java.
20+
* the project's READMEs and package-info.java.
2121
*/
2222

2323
package com.google.gcloud.examples.bigquery.snippets;
@@ -48,7 +48,6 @@
4848
public class InsertDataAndQueryTable {
4949

5050
public static void main(String... args) throws InterruptedException {
51-
5251
// Create a service instance
5352
BigQuery bigquery = BigQueryOptions.defaultInstance().service();
5453

branches/tswast-patch-1/gcloud-java-examples/src/main/java/com/google/gcloud/examples/datastore/DatastoreExample.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ private static class DeleteAction implements DatastoreAction {
6767
public void run(Transaction tx, Key userKey, String... args) {
6868
Entity user = tx.get(userKey);
6969
if (user == null) {
70-
System.out.println("Nothing to delete, user does not exists.");
70+
System.out.println("Nothing to delete, user does not exist.");
7171
return;
7272
}
7373
Query<Key> query = Query.keyQueryBuilder()

branches/tswast-patch-1/gcloud-java-examples/src/main/java/com/google/gcloud/examples/datastore/snippets/AddEntitiesAndRunQuery.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
/*
1818
* EDITING INSTRUCTIONS
1919
* This file is referenced in READMEs and javadoc. Any change to this file should be reflected in
20-
* project's READMEs and package-info.java.
20+
* the project's READMEs and package-info.java.
2121
*/
2222

2323
package com.google.gcloud.examples.datastore.snippets;

branches/tswast-patch-1/gcloud-java-examples/src/main/java/com/google/gcloud/examples/datastore/snippets/CreateEntity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
/*
1818
* EDITING INSTRUCTIONS
1919
* This file is referenced in READMEs and javadoc. Any change to this file should be reflected in
20-
* project's READMEs and package-info.java.
20+
* the project's READMEs and package-info.java.
2121
*/
2222

2323
package com.google.gcloud.examples.datastore.snippets;

branches/tswast-patch-1/gcloud-java-examples/src/main/java/com/google/gcloud/examples/datastore/snippets/UpdateEntity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
/*
1818
* EDITING INSTRUCTIONS
1919
* This file is referenced in READMEs and javadoc. Any change to this file should be reflected in
20-
* project's READMEs and package-info.java.
20+
* the project's READMEs and package-info.java.
2121
*/
2222

2323
package com.google.gcloud.examples.datastore.snippets;

branches/tswast-patch-1/gcloud-java-examples/src/main/java/com/google/gcloud/examples/resourcemanager/snippets/GetOrCreateProject.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
/*
1818
* EDITING INSTRUCTIONS
1919
* This file is referenced in READMEs and javadoc. Any change to this file should be reflected in
20-
* project's READMEs and package-info.java.
20+
* the project's READMEs and package-info.java.
2121
*/
2222

2323
package com.google.gcloud.examples.resourcemanager.snippets;

branches/tswast-patch-1/gcloud-java-examples/src/main/java/com/google/gcloud/examples/resourcemanager/snippets/UpdateAndListProjects.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
/*
1818
* EDITING INSTRUCTIONS
1919
* This file is referenced in READMEs and javadoc. Any change to this file should be reflected in
20-
* project's READMEs and package-info.java.
20+
* the project's READMEs and package-info.java.
2121
*/
2222

2323
package com.google.gcloud.examples.resourcemanager.snippets;

branches/tswast-patch-1/gcloud-java-examples/src/main/java/com/google/gcloud/examples/storage/StorageExample.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
* <li>login using gcloud SDK - {@code gcloud auth login}.</li>
6666
* <li>compile using maven - {@code mvn compile}</li>
6767
* <li>run using maven -
68-
* <pre>{@code mvn exec:java -Dexec.mainClass="com.google.gcloud.examples.StorageExample"
68+
* <pre>{@code mvn exec:java -Dexec.mainClass="com.google.gcloud.examples.storage.StorageExample"
6969
* -Dexec.args="[<project_id>]
7070
* list [<bucket>] |
7171
* info [<bucket> [<file>]] |

0 commit comments

Comments
 (0)