mirror of https://github.com/apache/druid.git
1) Switch CuratorDiscoveryConfig to not be an abstract class 'cause Jackson cannot instantiate them
This commit is contained in:
parent
d7f9b829ac
commit
e885cb5a4d
|
@ -23,7 +23,7 @@ import com.fasterxml.jackson.annotation.JsonProperty;
|
|||
|
||||
/**
|
||||
*/
|
||||
public abstract class CuratorDiscoveryConfig
|
||||
public class CuratorDiscoveryConfig
|
||||
{
|
||||
@JsonProperty
|
||||
private String path = null;
|
||||
|
|
Loading…
Reference in New Issue