Skip to content

Commit 9ce52a2

Browse files
author
Vladimir Kotal
committed
add final
1 parent 371197a commit 9ce52a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/src/opengrok/auth/plugin/decoders/MellonHeaderDecoder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public class MellonHeaderDecoder implements IUserDecoder {
4747

4848
private static final Logger LOGGER = Logger.getLogger(MellonHeaderDecoder.class.getName());
4949

50-
static String MELLON_EMAIL_HEADER = "MELLON_email";
50+
static final String MELLON_EMAIL_HEADER = "MELLON_email";
5151

5252
@Override
5353
public User fromRequest(HttpServletRequest request) {

0 commit comments

Comments
 (0)