Make ReconResult static

This commit is contained in:
Antonin Delpeuch 2018-11-20 16:37:25 +00:00
parent b0e9e21a6b
commit 83331da8e1

View File

@ -286,7 +286,7 @@ public class StandardReconConfig extends ReconConfig {
}
}
public class ReconResult {
public static class ReconResult {
@JsonProperty("name")
public String name;
@JsonProperty("id")