Remove obsolete property.

This commit is contained in:
Spencer Gibb
2016-02-02 16:35:31 -07:00
parent 1c18c220fc
commit de0f40ea47
2 changed files with 0 additions and 3 deletions

View File

@@ -43,7 +43,6 @@ public class ConsulPropertySourceTests {
public void setup() {
properties = new ConsulProperties();
prefix = "consulPropertySourceTests" + new Random().nextInt(Integer.MAX_VALUE);
properties.setPrefix(prefix);
client = new ConsulClient(properties.getHost(), properties.getPort());
}

View File

@@ -38,6 +38,4 @@ public class ConsulProperties {
/** Is spring cloud consul enabled */
private boolean enabled = true;
private String prefix = "config";
}