Removed deprecated api
This commit is contained in:
@@ -60,12 +60,6 @@ public class StubRunnerProperties {
|
||||
*/
|
||||
private String classifier = "stubs";
|
||||
|
||||
/**
|
||||
* The context path that the stub server will run under.
|
||||
*/
|
||||
@Deprecated
|
||||
private String contextPath = "";
|
||||
|
||||
/**
|
||||
* Repository username
|
||||
*/
|
||||
@@ -181,14 +175,6 @@ public class StubRunnerProperties {
|
||||
this.classifier = classifier;
|
||||
}
|
||||
|
||||
public String getContextPath() {
|
||||
return this.contextPath;
|
||||
}
|
||||
|
||||
public void setContextPath(String contextPath) {
|
||||
this.contextPath = contextPath;
|
||||
}
|
||||
|
||||
public boolean isStubsPerConsumer() {
|
||||
return this.stubsPerConsumer;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user