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 1b22f52 commit 8cac649Copy full SHA for 8cac649
mpush-client/src/main/java/com/mpush/client/push/PushClient.java
@@ -36,7 +36,7 @@
36
import java.util.Set;
37
import java.util.concurrent.FutureTask;
38
39
-/*package*/ final class PushClient extends BaseService implements PushSender {
+public final class PushClient extends BaseService implements PushSender {
40
41
private MPushClient mPushClient;
42
0 commit comments