Skip to content

Commit a47ed12

Browse files
committed
make project compile
* remove unnecessary and invalid parts
1 parent 59c1c8d commit a47ed12

File tree

3 files changed

+269
-354
lines changed

3 files changed

+269
-354
lines changed

src/main/java/de/rwth/idsg/steve/repository/SecurityRepository.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@
2828

2929
public interface SecurityRepository {
3030

31-
void insertSecurityEvent(String chargeBoxId, String eventType, DateTime timestamp, String techInfo,
32-
String severity);
31+
void insertSecurityEvent(String chargeBoxId, String eventType, DateTime timestamp, String techInfo);
3332

3433
List<SecurityEvent> getSecurityEvents(String chargeBoxId, Integer limit);
3534

0 commit comments

Comments
 (0)