We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b27add0 commit 58a6173Copy full SHA for 58a6173
validator/client/src/main/java/tech/pegasys/teku/validator/client/restapi/apis/DeleteGraffiti.java
@@ -45,7 +45,7 @@ public DeleteGraffiti() {
45
}
46
47
@Override
48
- public void handleRequest(RestApiRequest request) throws JsonProcessingException {
+ public void handleRequest(final RestApiRequest request) throws JsonProcessingException {
49
throw new NotImplementedException("Not Implemented");
50
51
0 commit comments