This is an automated email from the ASF dual-hosted git repository. chaitalithombare pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/atlas.git
The following commit(s) were added to refs/heads/master by this push: new 3c023d633 ATLAS-5019: corrected checkstyle errors in the header in atlas login.jsp patch - commit 008f7548752dafa25a7f4ba336b89be2557e0926 (#344) 3c023d633 is described below commit 3c023d6336296afe66a81a82c58fac0c04655b8e Author: pareshd <paresh.deva...@freestoneinfotech.com> AuthorDate: Thu May 8 18:08:17 2025 +0530 ATLAS-5019: corrected checkstyle errors in the header in atlas login.jsp patch - commit 008f7548752dafa25a7f4ba336b89be2557e0926 (#344) checkstyle change --- webapp/src/test/java/org/apache/atlas/web/filters/HeaderUtilsTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/src/test/java/org/apache/atlas/web/filters/HeaderUtilsTest.java b/webapp/src/test/java/org/apache/atlas/web/filters/HeaderUtilsTest.java index a6113a52f..d3927f698 100644 --- a/webapp/src/test/java/org/apache/atlas/web/filters/HeaderUtilsTest.java +++ b/webapp/src/test/java/org/apache/atlas/web/filters/HeaderUtilsTest.java @@ -100,7 +100,7 @@ public class HeaderUtilsTest { Properties props = new Properties(); for (int i = 0; i < headers.length / 2; i++) { - props.setProperty(headers[i * 2], headers[(i *2) + 1]); + props.setProperty(headers[i * 2], headers[(i * 2) + 1]); } return props;