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 c271077 commit 6cc688bCopy full SHA for 6cc688b
com.qcloud.weapp.sdk/src/com/qcloud/weapp/tunnel/TunnelClient.java
@@ -4,7 +4,7 @@
4
import com.qcloud.weapp.ConfigurationManager;
5
import com.qcloud.weapp.Hash;
6
7
-public class TunnelClient {
+class TunnelClient {
8
private static String _id = null;
9
public static String getId() throws ConfigurationException {
10
if (_id == null) {
0 commit comments