1 parent 581d2b1 commit af75cd0Copy full SHA for af75cd0
1 file changed
src/main/java/de/rwth/idsg/steve/ocpp/ws/AbstractWebSocketEndpoint.java
@@ -131,7 +131,7 @@ public boolean supportsPartialMessages() {
131
// Helpers
132
// -------------------------------------------------------------------------
133
134
- private String getChargeBoxId(WebSocketSession session) {
+ protected String getChargeBoxId(WebSocketSession session) {
135
return (String) session.getAttributes().get(CHARGEBOX_ID_KEY);
136
}
137
0 commit comments