File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
src/test/java/com/google/cloud/spanner/jdbc Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 351351 <goal >java</goal >
352352 </goals >
353353 <configuration >
354- <mainClass >com.google.cloud.spanner.connection .ConnectionPropertiesFileGenerator</mainClass >
354+ <mainClass >com.google.cloud.spanner.jdbc .ConnectionPropertiesFileGenerator</mainClass >
355355 <classpathScope >test</classpathScope >
356356 <skip >false</skip >
357357 </configuration >
Original file line number Diff line number Diff line change 1414 * limitations under the License.
1515 */
1616
17- package com .google .cloud .spanner .connection ;
17+ package com .google .cloud .spanner .jdbc ;
1818
19+ import com .google .cloud .spanner .connection .ConnectionPropertiesHelper ;
20+ import com .google .cloud .spanner .connection .ConnectionProperty ;
1921import java .io .BufferedWriter ;
2022import java .io .FileWriter ;
2123import java .io .IOException ;
You can’t perform that action at this time.
0 commit comments