(no commit message)
[utils] / support / general / src / main / java / org / wamblee / xml / XslTransformer.java
index 6bd9eb43c6499bad1d2bcd997e744bb3052f0856..b3ab9eda04e516ca0afc4532dbe99826140db9ae 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.w3c.dom.Document;
@@ -85,7 +85,7 @@ public class XslTransformer {
                 } catch (IOException e) {
                     throw new TransformerException(e.getMessage(), e);
                 }
-            } 
+            }
             throw new TransformerException("Cannot read '" + aXslt + "'");
         }