Skip to content

Commit 3c023d6

Browse files
ATLAS-5019: corrected checkstyle errors in the header in atlas login.jsp patch - commit 008f754 (#344)
checkstyle change
1 parent 527ff20 commit 3c023d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webapp/src/test/java/org/apache/atlas/web/filters/HeaderUtilsTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ private Properties createPropertiesWithHeaders(String... headers) {
100100
Properties props = new Properties();
101101

102102
for (int i = 0; i < headers.length / 2; i++) {
103-
props.setProperty(headers[i * 2], headers[(i *2) + 1]);
103+
props.setProperty(headers[i * 2], headers[(i * 2) + 1]);
104104
}
105105

106106
return props;

0 commit comments

Comments
 (0)