Skip to content

Commit 38fe834

Browse files
author
James Stapleton
committed
Should be internal, as nothing outside the file should see this
1 parent 6e8d928 commit 38fe834

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/com/example/stomp/StompEvents.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import org.springframework.web.socket.messaging.SessionConnectEvent
1515
import org.springframework.web.socket.messaging.SessionDisconnectEvent
1616
import java.util.concurrent.ConcurrentHashMap
1717

18-
typealias SessionId = String
18+
internal typealias SessionId = String
1919
// required to be thread safe
2020
internal val sessionRepo = ConcurrentHashMap<SessionId, KeycloakAuthenticationToken>()
2121

0 commit comments

Comments
 (0)