Skip to content

Commit

Permalink
objectionary#3267: violations
Browse files Browse the repository at this point in the history
  • Loading branch information
levBagryansky committed Aug 6, 2024
1 parent 0806dd4 commit 0d99b20
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions eo-maven-plugin/src/test/java/org/eolang/maven/Xmir2Xmir.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,12 @@

import com.jcabi.xml.XMLDocument;
import com.yegor256.Jaxec;
import java.nio.file.Path;
import java.nio.file.Paths;
import java.util.Collection;
import java.util.Map;
import com.yegor256.xsline.Shift;
import com.yegor256.xsline.TrClasspath;
import com.yegor256.xsline.Xsline;
import java.nio.file.Path;
import java.nio.file.Paths;
import java.util.Map;
import org.cactoos.Scalar;
import org.cactoos.scalar.Sticky;
import org.cactoos.scalar.Unchecked;
Expand Down Expand Up @@ -154,7 +153,7 @@ public int hashCode() {
/**
* Pass xml through xsls.
* @param before XML content before.
* @param xsls xsls.
* @param xsls Xsls.
* @return Content of output xml.
*/
private static String process(final String before, final Iterable<String> xsls) {
Expand Down

0 comments on commit 0d99b20

Please sign in to comment.