Skip to content

Commit 8418e1c

Browse files
committed
Fixed spanner mistakes.
1 parent 2022a01 commit 8418e1c

File tree

4 files changed

+5
-9
lines changed

4 files changed

+5
-9
lines changed

pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,6 @@
3333

3434
<maven.compiler.target>1.8</maven.compiler.target>
3535
<maven.compiler.source>1.8</maven.compiler.source>
36-
37-
<spanner.test.instance>default-instance</spanner.test.instance>
38-
<spanner.sample.database>mysample</spanner.sample.database>
39-
<spanner.quickstart.database>quickstart-db</spanner.quickstart.database>
4036
</properties>
4137

4238
<modules>

spanner/cloud-client/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,9 @@ limitations under the License.
101101
<version>2.19.1</version>
102102
<configuration>
103103
<systemPropertyVariables>
104-
<spanner.test.instance>${spanner.test.instance}</spanner.test.instance>
105-
<spanner.sample.database>${spanner.sample.database}</spanner.sample.database>
106-
<spanner.quickstart.database>${spanner.quickstart.database}</spanner.quickstart.database>
104+
<spanner.test.instance>default-instance</spanner.test.instance>
105+
<spanner.sample.database>mysample</spanner.sample.database>
106+
<spanner.quickstart.database>quickstart-db</spanner.quickstart.database>
107107
</systemPropertyVariables>
108108
</configuration>
109109
</plugin>

spanner/cloud-client/src/main/java/com/example/spanner/SpannerSample.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2015 Google Inc.
2+
* Copyright 2017 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.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2015 Google Inc.
2+
* Copyright 2017 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)