Skip to content

Commit 1f74343

Browse files
committed
readme fixes, copyright reverting to original
1 parent b929c85 commit 1f74343

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

pubsub/cloud-client/README.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,7 @@ Build your project with:
1919
## Testing
2020

2121
To run the tests for this sample, first set the `GOOGLE_CLOUD_PROJECT`
22-
environment variable. The project should have a dataset named `test_dataset`
23-
with a table named `test_table`.
24-
22+
environment variable.
2523
export GOOGLE_CLOUD_PROJECT=my-project
2624

2725
Then run the tests with Maven.

pubsub/cloud-client/src/main/java/com/example/pubsub/QuickstartSample.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2017, Google, Inc.
2+
Copyright 2016, Google, Inc.
33
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.

pubsub/cloud-client/src/test/java/com/example/pubsub/QuickstartSampleIT.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2017, Google, Inc.
2+
Copyright 2016, Google, Inc.
33
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)