Skip to content

Commit

Permalink
fix wrong renaming
Browse files Browse the repository at this point in the history
Signed-off-by: Yannic Klem <Yannic.Klem@bosch.io>
  • Loading branch information
Yannic92 committed May 10, 2022
1 parent b7adb4d commit cc15289
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -155,7 +155,7 @@ enum WebsocketConfigValue implements KnownConfigValue {
* @since 3.0.0
*/
AUTHORIZATION_ENFORCER("authorization-enforcer",
"org.eclipse.ditto.gateway.service.endpoints.routes.sse.NoOpWebSocketAuthorizationEnforcer"),
"org.eclipse.ditto.gateway.service.streaming.NoOpAuthorizationEnforcer"),

/**
* The full qualified classname of the {@code WebSocketConfigProvider} to instantiate.
Expand All @@ -169,7 +169,7 @@ enum WebsocketConfigValue implements KnownConfigValue {
* @since 3.0.0
*/
CONNECTION_SUPERVISOR("connection-supervisor",
"org.eclipse.ditto.gateway.service.streaming.NoOpAuthorizationEnforcer"),
"org.eclipse.ditto.gateway.service.endpoints.routes.websocket.NoOpWebSocketSupervisor"),

/**
* The full qualified classname of the {@code IncomingWebSocketEventSniffer} to instantiate.
Expand Down

0 comments on commit cc15289

Please sign in to comment.