Skip to content

Commit 34c9970

Browse files
committed
fix(#185): back
1 parent b0e73ed commit 34c9970

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/com/jcabi/xml/XSLDocument.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@ private void transformInto(final XML xml, final Result result) {
468468
private Transformer transformer() {
469469
final TransformerFactory factory = TransformerFactory.newInstance();
470470
factory.setURIResolver(this.sources);
471-
final Transformer trans ;
471+
final Transformer trans;
472472
try {
473473
trans = factory.newTransformer(
474474
new StreamSource(new StringReader(this.xsl), this.sid)

0 commit comments

Comments
 (0)