swisscom / open-service-broker

Open Service Broker is an implementation of the "Open Service Broker API" based on Spring Boot & Groovy. It enables platforms such as Cloud Foundry & Kubernetes to provision and manage services.
Apache License 2.0
70 stars 25 forks source link

refactor: Move accidentally moved classes back #328

Closed ampersand8 closed 4 years ago

ampersand8 commented 4 years ago

Classes like BindRequest have been accidentally moved to the package com.swisscom.cloud.sb.broker.services.credential. Those packages are being moved back to the correct path com.swisscom.cloud.sb.broker.binding.