Skip to content

Commit

Permalink
errorprone
Browse files Browse the repository at this point in the history
  • Loading branch information
Mateusz Rzeszutek committed Apr 7, 2023
1 parent c4ff262 commit 3f90eae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public String getProtocolVersion(Request request) {
return null;
}

private String getProtocolString(Request request) {
private static String getProtocolString(Request request) {
return (String) request.getAttributes().get("org.restlet.http.version");
}

Expand Down

0 comments on commit 3f90eae

Please sign in to comment.