Make ReconResult static
This commit is contained in:
parent
b0e9e21a6b
commit
83331da8e1
@ -286,7 +286,7 @@ public class StandardReconConfig extends ReconConfig {
|
||||
}
|
||||
}
|
||||
|
||||
public class ReconResult {
|
||||
public static class ReconResult {
|
||||
@JsonProperty("name")
|
||||
public String name;
|
||||
@JsonProperty("id")
|
||||
|
Loading…
Reference in New Issue
Block a user