mirror of
https://github.com/slhaf/Partner.git
synced 2026-05-12 16:53:04 +08:00
fix(RunnerClient): correct RunnerResponse's visibility
This commit is contained in:
@@ -98,7 +98,7 @@ public abstract class RunnerClient {
|
||||
public abstract JSONObject listSysDependencies();
|
||||
|
||||
@Data
|
||||
protected static class RunnerResponse {
|
||||
public static class RunnerResponse {
|
||||
private boolean ok;
|
||||
private String data;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user