From ff1f46d97125897dd9715569a4f9c683f3046be3 Mon Sep 17 00:00:00 2001 From: Sunder Tattavarada Date: Fri, 14 Jun 2019 17:17:37 +0000 Subject: Update git submodules * Update docs/submodules/portal.git from branch 'master' to b475a63d78de90cb89301e3830a61b6fe2a723f0 - Merge "Sonar fix: make "dateFormat" an instance variable" - Sonar fix: make "dateFormat" an instance variable Fixed critical Sonar issue. SimpleDateFormat was declared as a static but it is not tread-safe and it keeps an internal state. Compliant solution has been applied with additional DateUtil class. Issue-ID: PORTAL-590 Signed-off-by: Robert Bogacki Change-Id: Ic6243052804a410cb750c6c219c702469c86ff78 --- docs/submodules/portal.git | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/submodules/portal.git b/docs/submodules/portal.git index 5312423cb..b475a63d7 160000 --- a/docs/submodules/portal.git +++ b/docs/submodules/portal.git @@ -1 +1 @@ -Subproject commit 5312423cbaf998b8f104495833b3f019bffac204 +Subproject commit b475a63d78de90cb89301e3830a61b6fe2a723f0 -- cgit 1.2.3-korg