Fix compile
This commit is contained in:
parent
93d146924a
commit
463ec03e51
|
|
@ -70,7 +70,7 @@ public class GetAddress implements BaseCommand {
|
|||
}
|
||||
|
||||
if (commandContext.isHttp()) {
|
||||
return JsonUtils.getJson().toJson(jsonOutput);
|
||||
return JsonUtils.toJson(jsonOutput);
|
||||
} else {
|
||||
return plainOutput.toString();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue