We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c260a8 commit 331e06eCopy full SHA for 331e06e
google-cloud-spanner/src/main/java/com/google/cloud/spanner/XGoogSpannerRequestId.java
@@ -25,7 +25,8 @@
25
@InternalApi
26
public class XGoogSpannerRequestId {
27
// 1. Generate the random process Id singleton.
28
- @VisibleForTesting static String RAND_PROCESS_ID = XGoogSpannerRequestId.generateRandProcessId();
+ @VisibleForTesting
29
+ static final String RAND_PROCESS_ID = XGoogSpannerRequestId.generateRandProcessId();
30
31
@VisibleForTesting
32
static final long VERSION = 1; // The version of the specification being implemented.
0 commit comments