This repository was archived by the owner on Apr 7, 2026. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
google-cloud-spanner/src/main/java/com/google/cloud/spanner/nativeimage Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -94,16 +94,16 @@ public void beforeAnalysis(BeforeAnalysisAccess access) {
9494 // Resources
9595 ResourcesRegistry resourcesRegistry = ImageSingletons .lookup (ResourcesRegistry .class );
9696 resourcesRegistry .addResources (
97- ConfigurationCondition .alwaysTrue (),
98- "\\ Qcom/google/cloud/spanner/connection/ClientSideStatements.json\\ E" );
97+ ConfigurationCondition .alwaysTrue (),
98+ "\\ Qcom/google/cloud/spanner/connection/ClientSideStatements.json\\ E" );
9999 resourcesRegistry .addResources (
100- ConfigurationCondition .alwaysTrue (),
101- "\\ Qcom/google/cloud/spanner/connection/PG_ClientSideStatements.json\\ E" );
100+ ConfigurationCondition .alwaysTrue (),
101+ "\\ Qcom/google/cloud/spanner/connection/PG_ClientSideStatements.json\\ E" );
102102 resourcesRegistry .addResources (
103- "\\ Qcom/google/cloud/spanner/spi/v1/grpc-gcp-apiconfig.json\\ E" );
103+ "\\ Qcom/google/cloud/spanner/spi/v1/grpc-gcp-apiconfig.json\\ E" );
104104 resourcesRegistry .addResources (
105- ConfigurationCondition .alwaysTrue (),
106- "\\ Qcom/google/cloud/spanner/connection/ITSqlScriptTest_TestQueryOptions.sql\\ E" );
105+ ConfigurationCondition .alwaysTrue (),
106+ "\\ Qcom/google/cloud/spanner/connection/ITSqlScriptTest_TestQueryOptions.sql\\ E" );
107107 }
108108 }
109109
You can’t perform that action at this time.
0 commit comments