This commit is contained in:
lxy
2021-02-03 16:45:42 +08:00
parent 71a2043da8
commit d711bfa9cf
4 changed files with 5 additions and 7 deletions

View File

@@ -9,7 +9,7 @@ public class MyConsumer extends ZHubClient {
}
@Override
public boolean preInit() {
protected boolean preInit() {
return true;
}
}