(no commit message)
[utils] / support / general / src / main / java / org / wamblee / xml / DomUtils.java
index 8c8128c42f67360bcb9695796d4f852087850d1d..0da97dd42913e02830f6a2500c82c8b76f899bf5 100644 (file)
@@ -12,7 +12,7 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- */ 
+ */
 package org.wamblee.xml;
 
 import org.apache.xml.serialize.OutputFormat;
@@ -59,7 +59,8 @@ import javax.xml.validation.SchemaFactory;
  * @author Erik Brakkee
  */
 public final class DomUtils {
-    private static final Logger LOG = Logger.getLogger(DomUtils.class.getName());
+    private static final Logger LOG = Logger
+        .getLogger(DomUtils.class.getName());
 
     /**
      * Disabled default constructor.