Skip to content

Commit

Permalink
FDP-94: Rename SoapConfiguration
Browse files Browse the repository at this point in the history
  • Loading branch information
jasperkamerling committed Nov 16, 2023
1 parent c909718 commit dcff2c9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
import org.springframework.web.servlet.handler.AbstractHandlerMapping;

@Component
public class SoapConfiguration extends AbstractHandlerMapping {
public class SoapEndpointMapping extends AbstractHandlerMapping {
private final SoapEndpoint soapEndpoint;

public SoapConfiguration(final SoapEndpoint soapEndpoint) {
public SoapEndpointMapping(final SoapEndpoint soapEndpoint) {
this.soapEndpoint = soapEndpoint;
}

Expand Down

0 comments on commit dcff2c9

Please sign in to comment.