File tree Expand file tree Collapse file tree
main/java/com/example/spanner
test/java/com/example/spanner Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments