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 8311ae8 commit 785f192Copy full SHA for 785f192
src/main/java/com/qiniu/rtc/QRTC.java
@@ -28,7 +28,7 @@ private QRTC() {
28
29
}
30
31
- private volatile static QRTCClient client = null;
+ private static volatile QRTCClient client = null;
32
33
private static final Map<String, QRTCClient> holder = new ConcurrentHashMap<>(16);
34
0 commit comments