Skip to content

Commit

Permalink
Merge jdk-only-file-handling
Browse files Browse the repository at this point in the history
  • Loading branch information
dluebke committed Apr 19, 2014
1 parent d7b355a commit ede87e3
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ public AesStringResponseType deployBpr(AesDeployBprType deployBprInput) {
response.setResponse("<deploymentSummary numErrors=\"0\" numWarnings=\"0\"><globalMessages>[bpelunit-tc1.bpr] [bpelunit-tc1.bpr] Skipping BPR archive deployment as the current version is already up to date.</globalMessages></deploymentSummary>");
return response;
}

}

private final class AeContributionManagementMock implements
Expand Down Expand Up @@ -141,12 +142,12 @@ protected String getEndpoint() {
}

@Override
IAeAxisActiveBpelAdmin getActiveBpelAdminPort() {
protected IAeAxisActiveBpelAdmin getActiveBpelAdminPort() {
return this.adminMock;
}

@Override
IAeContributionManagement getContributionManagementPort() {
protected IAeContributionManagement getContributionManagementPort() {
return this.contributionManagementMock;
}

Expand Down

0 comments on commit ede87e3

Please sign in to comment.