Skip to content

Commit 6cc688b

Browse files
committed
Non-public member
1 parent c271077 commit 6cc688b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

com.qcloud.weapp.sdk/src/com/qcloud/weapp/tunnel/TunnelClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import com.qcloud.weapp.ConfigurationManager;
55
import com.qcloud.weapp.Hash;
66

7-
public class TunnelClient {
7+
class TunnelClient {
88
private static String _id = null;
99
public static String getId() throws ConfigurationException {
1010
if (_id == null) {

0 commit comments

Comments
 (0)