Skip to content

Commit

Permalink
Fix enforcer and checkstyle errors in commons module
Browse files Browse the repository at this point in the history
  • Loading branch information
bpross-52n committed Nov 29, 2016
1 parent 65c247e commit a2d06fc
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion 52n-wps-commons/NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Software GmbH
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@
import java.io.OutputStream;
import java.io.StringWriter;

import javanet.staxutils.IndentingXMLStreamWriter;
import javanet.staxutils.XMLStreamUtils;

import javax.xml.namespace.QName;
import javax.xml.stream.XMLInputFactory;
import javax.xml.stream.XMLOutputFactory;
Expand All @@ -49,6 +46,9 @@
import com.ctc.wstx.stax.WstxInputFactory;
import com.ctc.wstx.stax.WstxOutputFactory;

import javanet.staxutils.IndentingXMLStreamWriter;
import javanet.staxutils.XMLStreamUtils;

/**
*
* @author tkunicki
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@
import java.util.Arrays;
import java.util.List;

import net.opengis.wps.x100.OutputDefinitionType;

import org.junit.After;
import org.junit.AfterClass;
import org.junit.Before;
import org.junit.BeforeClass;
import org.junit.Test;

import net.opengis.wps.x100.OutputDefinitionType;

/**
*
* @author tkunicki
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
*/
package org.n52.wps.webapp.common;

import javax.servlet.annotation.WebInitParam;
import org.junit.Before;
import org.junit.runner.RunWith;
import org.n52.wps.commons.WPSConfig;
Expand Down

0 comments on commit a2d06fc

Please sign in to comment.