File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -131,10 +131,10 @@ public String getMessage() {
131131
private ClientSideSetStatementImpl setStatement;
132132

133133
/** The compiled regex pattern for recognizing this statement. */
134-
private Pattern pattern;
134+
private transient Pattern pattern;
135135

136136
/** A reference to the executor that should be used. */
137-
private ClientSideStatementExecutor executor;
137+
private transient ClientSideStatementExecutor executor;
138138

139139
/**
140140
* Compiles this {@link ClientSideStatementImpl}. Throws a {@link CompileException} if the

0 commit comments

Comments
 (0)