Removed deprecated api

This commit is contained in:
Marcin Grzejszczak
2017-08-25 13:15:41 +02:00
parent 17981653ee
commit f08edcf495

View File

@@ -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;
}