Skip to content

Commit 2f1ccdc

Browse files
author
Vladimir Kotal
committed
comments
1 parent f6030a6 commit 2f1ccdc

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

plugins/UserPlugin/test/opengrok/auth/plugin/UserPluginTest.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* CDDL HEADER END
1818
*/
1919

20-
/*
20+
/*
2121
* Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved.
2222
*/
2323
package opengrok.auth.plugin;
@@ -103,5 +103,4 @@ protected Project createProject(String name) {
103103
g.setName(name);
104104
return g;
105105
}
106-
;
107106
}

plugins/UserPlugin/test/opengrok/auth/plugin/util/DummyHttpServletRequest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* CDDL HEADER END
1818
*/
1919

20-
/*
20+
/*
2121
* Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved.
2222
*/
2323
package opengrok.auth.plugin.util;
@@ -45,7 +45,7 @@ public class DummyHttpServletRequest implements HttpServletRequest {
4545
private final Map<String, Object> attrs = new HashMap<String, Object>();
4646
private HttpSession sessions = new HttpSession() {
4747

48-
private final Map<String, Object> attrs = new HashMap<String, Object>();
48+
private final Map<String, Object> attrs = new HashMap<>();
4949

5050
@Override
5151
public long getCreationTime() {

0 commit comments

Comments
 (0)