X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=webapp-backend%2Fsrc%2Ftest%2Fjava%2Forg%2Foransc%2Fric%2Fportal%2Fdashboard%2Fcontroller%2FAbstractControllerTest.java;h=e9aedc47ef88c8c9d81d65d7346425156aa4f177;hb=c1c667f0a1aa289655b5309aff4c1c748733f4d2;hp=0fa2785e1241f6a859cd6f161e7a1c934d42b9af;hpb=3f812ea25d352ec33d07f5ffa4c2aa2a77e8e793;p=portal%2Fric-dashboard.git diff --git a/webapp-backend/src/test/java/org/oransc/ric/portal/dashboard/controller/AbstractControllerTest.java b/webapp-backend/src/test/java/org/oransc/ric/portal/dashboard/controller/AbstractControllerTest.java index 0fa2785e..e9aedc47 100644 --- a/webapp-backend/src/test/java/org/oransc/ric/portal/dashboard/controller/AbstractControllerTest.java +++ b/webapp-backend/src/test/java/org/oransc/ric/portal/dashboard/controller/AbstractControllerTest.java @@ -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 */