Skip to content

Commit 19f90b6

Browse files
committed
style cleanup
1 parent 1bef033 commit 19f90b6

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

plugins/src/main/java/opengrok/auth/plugin/AbstractLdapPlugin.java

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*/
1919

2020
/*
21-
* Copyright (c) 2017, 2021, Oracle and/or its affiliates. All rights reserved.
21+
* Copyright (c) 2017, 2022, Oracle and/or its affiliates. All rights reserved.
2222
*/
2323
package opengrok.auth.plugin;
2424

@@ -264,9 +264,7 @@ && isSameUser((String) req.getSession().getAttribute(sessionUsername), user.getU
264264
* @param username new username
265265
* @param established new value for established
266266
*/
267-
protected void updateSession(HttpServletRequest req,
268-
String username,
269-
boolean established) {
267+
protected void updateSession(HttpServletRequest req, String username, boolean established) {
270268
setSessionEstablished(req, established);
271269
setSessionUsername(req, username);
272270
}

0 commit comments

Comments
 (0)