Skip to content

Commit

Permalink
Updating osb-example
Browse files Browse the repository at this point in the history
  • Loading branch information
Johannes Hiemer committed Jun 18, 2018
1 parent ff86b2e commit 5c1dc20
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion osb-core
2 changes: 1 addition & 1 deletion osb-dashboard
2 changes: 1 addition & 1 deletion osb-deployment
2 changes: 1 addition & 1 deletion osb-persistence
4 changes: 2 additions & 2 deletions osb-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

<artifactId>cf-service-broker-example</artifactId>
<artifactId>osb-example</artifactId>
<packaging>jar</packaging>
<name>ssb-example</name>
<name>osb-example</name>
<version>1.2.0</version>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public class ExampleExistingServiceFactory extends ExistingServiceFactory {
private ExistingEndpointBean existingEndpointBean;

@Override
public ServiceInstance createInstance(ServiceInstance serviceInstance, Plan plan, Map<String, String> customParameters) {
public ServiceInstance createInstance(ServiceInstance serviceInstance, Plan plan, Map<String, Object> customParameters) {
createDatabase(serviceInstance, plan);

return serviceInstance;
Expand Down

0 comments on commit 5c1dc20

Please sign in to comment.