Remove unused value assignments
IntelliJ > Run Inspection by name > Unused assignments Change-Id: Iecf5a5f430b08c5a29a1ba2a363c3de6506bfdde
This commit is contained in:
@@ -118,7 +118,7 @@ class ProjectOAuthFilter implements Filter {
|
||||
}
|
||||
|
||||
private boolean verify(HttpServletRequest req, Response rsp) throws IOException {
|
||||
AuthInfo authInfo = null;
|
||||
AuthInfo authInfo;
|
||||
|
||||
// first check if there is a BASIC authentication header
|
||||
String hdr = req.getHeader(AUTHORIZATION);
|
||||
|
||||
Reference in New Issue
Block a user