File tree
Expand file treeCollapse file tree1 file changed
+2
-2
lines changed google-cloud-spanner/src/main/java/com/google/cloud/spanner/connection
Expand file treeCollapse file tree1 file changed
+2
-2
lines changed Original file line number | Diff line number | Diff line change |
---|
@@ -131,10 +131,10 @@ public String getMessage() {
|
131 | 131 | private ClientSideSetStatementImpl setStatement;
|
132 | 132 |
|
133 | 133 | /** The compiled regex pattern for recognizing this statement. */
|
134 |
| -private Pattern pattern; |
| 134 | +private transient Pattern pattern; |
135 | 135 |
|
136 | 136 | /** A reference to the executor that should be used. */
|
137 |
| -private ClientSideStatementExecutor executor; |
| 137 | +private transient ClientSideStatementExecutor executor; |
138 | 138 |
|
139 | 139 | /**
|
140 | 140 | * Compiles this {@link ClientSideStatementImpl}. Throws a {@link CompileException} if the
|
|
You can’t perform that action at this time.
0 commit comments