Fixed code style errors breaking the build

This commit is contained in:
Alena Prokharchyk 2014-01-16 14:04:58 -08:00
parent 3f359bb641
commit dcf9607a46
1 changed files with 5 additions and 3 deletions

View File

@ -5,9 +5,9 @@
// to you 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 distributed under the License is distributed on an
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
@ -15,7 +15,9 @@
// specific language governing permissions and limitations
// under the License.
import javax.xml.transform.*;
import javax.xml.transform.TransformerFactory;
import javax.xml.transform.Source;
import javax.xml.transform.Transformer;
import javax.xml.transform.stream.StreamResult;
import javax.xml.transform.stream.StreamSource;
import java.io.File;