Update git submodules
authorSunder Tattavarada <statta@research.att.com>
Fri, 14 Jun 2019 15:58:40 +0000 (15:58 +0000)
committerGerrit Code Review <gerrit@onap.org>
Fri, 14 Jun 2019 15:58:40 +0000 (15:58 +0000)
* Update docs/submodules/portal.git from branch 'master'
  to d86f64c663b7b82f529617b6c8c0ea69a926f950
  - Merge "XSS Vulnerability fix in MicroserviceController"
  - XSS Vulnerability fix in MicroserviceController

    @SafeHtml annotation is used to fix this problem.

    This commit also fix:
    * redundant local variable issue
    * sonar issue: Replace the type specification in this constructor call with
    the diamond operator ("<>").
    * performance issue - String concatenation argument as argument
    to 'StringBuilder.append()' call
    * redundant cast
    * redundant 'throws Exception'. 'Exception' is never thrown
    * access static member via instance reference
    * unused declarations

    Issue-ID: PORTAL-602
    Change-Id: Id92fe2d9cfe239474403f611f3d5d0170acf63cc
Signed-off-by: Dominik Mizyn <d.mizyn@samsung.com>
docs/submodules/portal.git

index 2341313..d86f64c 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 2341313316b631be275294622ca9d4281e1f20bc
+Subproject commit d86f64c663b7b82f529617b6c8c0ea69a926f950