Skip to content

Commit 0a19165

Browse files
committed
Removing protected method
LMCROSSITXSADEPLOY-3413
1 parent 119b4a1 commit 0a19165

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

multiapps-controller-process/src/main/java/org/cloudfoundry/multiapps/controller/process/steps/DetectMtaSchemaVersionStep.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,6 @@ protected StepPhase executeStep(ProcessContext context) {
4242
return StepPhase.DONE;
4343
}
4444

45-
protected void printLegacyDeployServiceRouteWarning(ProcessContext context) {
46-
}
47-
4845
@Override
4946
protected String getStepErrorMessage(ProcessContext context) {
5047
return Messages.ERROR_DETECTING_MTA_MAJOR_SCHEMA_VERSION;

0 commit comments

Comments
 (0)