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 95d4ab4 commit 31a9c39Copy full SHA for 31a9c39
src/main/java/com/uber/cadence/common/BinaryChecksum.java
@@ -23,7 +23,7 @@ public final class BinaryChecksum {
23
24
private BinaryChecksum() {}
25
26
- public static String getBinaryChecksum() {
+ public static synchronized String getBinaryChecksum() {
27
// TODO: should set the binaryChecksum to some auto generated value if it's empty
28
return binaryChecksum;
29
}
0 commit comments