Skip to content

Commit af75cd0

Browse files
committed
change visibility of method
1 parent 581d2b1 commit af75cd0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/de/rwth/idsg/steve/ocpp/ws/AbstractWebSocketEndpoint.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ public boolean supportsPartialMessages() {
131131
// Helpers
132132
// -------------------------------------------------------------------------
133133

134-
private String getChargeBoxId(WebSocketSession session) {
134+
protected String getChargeBoxId(WebSocketSession session) {
135135
return (String) session.getAttributes().get(CHARGEBOX_ID_KEY);
136136
}
137137

0 commit comments

Comments
 (0)