Skip to content

Commit eafeb92

Browse files
committed
revert accidental spanner changes
1 parent ed74a3e commit eafeb92

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

google/cloud/spanner/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ add_library(
199199
read_partition.cc
200200
read_partition.h
201201
request_priority.h
202-
result_source_interface.cc
202+
results.cc
203203
results.h
204204
retry_policy.h
205205
row.cc

google/cloud/spanner/google_cloud_cpp_spanner.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ google_cloud_cpp_spanner_srcs = [
196196
"query_partition.cc",
197197
"read_options.cc",
198198
"read_partition.cc",
199-
"result_source_interface.cc",
199+
"results.cc",
200200
"row.cc",
201201
"sql_statement.cc",
202202
"timestamp.cc",
File renamed without changes.

0 commit comments

Comments
 (0)