Skip to content

Commit c2c5806

Browse files
committed
---
yaml --- r: 1665 b: refs/heads/master c: b8b2612 h: refs/heads/master i: 1663: 95b4bf0
1 parent 7650cfa commit c2c5806

11 files changed

Lines changed: 61 additions & 1 deletion

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: b392345e2bad6af1626553d454180e073bb42ad5
2+
refs/heads/master: b8b2612780ed15102d9f642859fe186eed57111a
33
refs/heads/travis: e21ee7b88a5edc3f3d8c71f90c3fc32abf7e8dd6
44
refs/heads/gh-pages: d1b373c30c176edc08692348167bec3a244bb823
55
refs/heads/bigquery: 762fa5830e6c398c0396177e3e7fd243bd62cfc3

trunk/gcloud-java-examples/src/main/java/com/google/gcloud/examples/bigquery/snippets/CreateTableAndLoadData.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@
1414
* limitations under the License.
1515
*/
1616

17+
/*
18+
* EDITING INSTRUCTIONS
19+
* 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.
21+
*/
22+
1723
package com.google.gcloud.examples.bigquery.snippets;
1824

1925
import com.google.gcloud.bigquery.BigQuery;

trunk/gcloud-java-examples/src/main/java/com/google/gcloud/examples/bigquery/snippets/InsertDataAndQueryTable.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@
1414
* limitations under the License.
1515
*/
1616

17+
/*
18+
* EDITING INSTRUCTIONS
19+
* 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.
21+
*/
22+
1723
package com.google.gcloud.examples.bigquery.snippets;
1824

1925
import com.google.gcloud.bigquery.BigQuery;

trunk/gcloud-java-examples/src/main/java/com/google/gcloud/examples/datastore/snippets/AddEntitiesAndRunQuery.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@
1414
* limitations under the License.
1515
*/
1616

17+
/*
18+
* EDITING INSTRUCTIONS
19+
* 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.
21+
*/
22+
1723
package com.google.gcloud.examples.datastore.snippets;
1824

1925
import com.google.gcloud.datastore.Datastore;

trunk/gcloud-java-examples/src/main/java/com/google/gcloud/examples/datastore/snippets/CreateEntity.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@
1414
* limitations under the License.
1515
*/
1616

17+
/*
18+
* EDITING INSTRUCTIONS
19+
* 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.
21+
*/
22+
1723
package com.google.gcloud.examples.datastore.snippets;
1824

1925
import com.google.gcloud.datastore.Datastore;

trunk/gcloud-java-examples/src/main/java/com/google/gcloud/examples/datastore/snippets/UpdateEntity.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@
1414
* limitations under the License.
1515
*/
1616

17+
/*
18+
* EDITING INSTRUCTIONS
19+
* 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.
21+
*/
22+
1723
package com.google.gcloud.examples.datastore.snippets;
1824

1925
import com.google.gcloud.datastore.Datastore;

trunk/gcloud-java-examples/src/main/java/com/google/gcloud/examples/resourcemanager/snippets/GetOrCreateProject.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@
1414
* limitations under the License.
1515
*/
1616

17+
/*
18+
* EDITING INSTRUCTIONS
19+
* 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.
21+
*/
22+
1723
package com.google.gcloud.examples.resourcemanager.snippets;
1824

1925
import com.google.gcloud.resourcemanager.Project;

trunk/gcloud-java-examples/src/main/java/com/google/gcloud/examples/resourcemanager/snippets/UpdateAndListProjects.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@
1414
* limitations under the License.
1515
*/
1616

17+
/*
18+
* EDITING INSTRUCTIONS
19+
* 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.
21+
*/
22+
1723
package com.google.gcloud.examples.resourcemanager.snippets;
1824

1925
import com.google.gcloud.resourcemanager.Project;

trunk/gcloud-java-examples/src/main/java/com/google/gcloud/examples/storage/snippets/CreateAndListBucketsAndBlobs.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@
1414
* limitations under the License.
1515
*/
1616

17+
/*
18+
* EDITING INSTRUCTIONS
19+
* 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.
21+
*/
22+
1723
package com.google.gcloud.examples.storage.snippets;
1824

1925
import static java.nio.charset.StandardCharsets.UTF_8;

trunk/gcloud-java-examples/src/main/java/com/google/gcloud/examples/storage/snippets/CreateBlob.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@
1414
* limitations under the License.
1515
*/
1616

17+
/*
18+
* EDITING INSTRUCTIONS
19+
* 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.
21+
*/
22+
1723
package com.google.gcloud.examples.storage.snippets;
1824

1925
import static java.nio.charset.StandardCharsets.UTF_8;

0 commit comments

Comments
 (0)