aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/org/onap/nbi/commons/Query.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/org/onap/nbi/commons/Query.java')
-rw-r--r--src/main/java/org/onap/nbi/commons/Query.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/main/java/org/onap/nbi/commons/Query.java b/src/main/java/org/onap/nbi/commons/Query.java
index 9821606..e41c010 100644
--- a/src/main/java/org/onap/nbi/commons/Query.java
+++ b/src/main/java/org/onap/nbi/commons/Query.java
@@ -13,12 +13,11 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
+
package org.onap.nbi.commons;
import org.springframework.util.MultiValueMap;
-
-
public class Query {
private MultiValueMap<String, String> parameters;