Revise front-end buildPath support
[portal/ric-dashboard.git] / webapp-backend / src / test / java / org / oransc / ric / portal / dashboard / controller / AbstractControllerTest.java
index 0fa2785..e9aedc4 100644 (file)
@@ -2,7 +2,7 @@
  * ========================LICENSE_START=================================
  * O-RAN-SC
  * %%
- * Copyright (C) 2019 AT&T Intellectual Property and Nokia
+ * Copyright (C) 2019 AT&T Intellectual Property
  * %%
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -55,13 +55,13 @@ public class AbstractControllerTest {
        protected TestRestTemplate restTemplate;
 
        /**
-        * Flexible URI builder.
+        * Builds URI from path components and query parameters.
         * 
         * @param queryParams
         *                        Map of string-string query parameters
         * @param path
         *                        Array of path components. If a component has an
-        *                        embedded slash, the string is split and each
+        *                        embedded slash, that string is split and each
         *                        subcomponent is added individually.
         * @return URI
         */