We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 371197a commit 9ce52a2Copy full SHA for 9ce52a2
plugins/src/opengrok/auth/plugin/decoders/MellonHeaderDecoder.java
@@ -47,7 +47,7 @@ public class MellonHeaderDecoder implements IUserDecoder {
47
48
private static final Logger LOGGER = Logger.getLogger(MellonHeaderDecoder.class.getName());
49
50
- static String MELLON_EMAIL_HEADER = "MELLON_email";
+ static final String MELLON_EMAIL_HEADER = "MELLON_email";
51
52
@Override
53
public User fromRequest(HttpServletRequest request) {
0 commit comments