Format Java code with respect to ONAP Code Style
[externalapi/nbi.git] / src / main / java / org / onap / nbi / commons / Query.java
index 9821606..e41c010 100644 (file)
  *     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;