Skip to content

Commit

Permalink
feat(#74): sort imports
Browse files Browse the repository at this point in the history
  • Loading branch information
volodya-lombrozo committed Sep 18, 2023
1 parent ee012f7 commit 4a5af78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/java/org/eolang/jeo/JeoMojo.java
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
import org.apache.maven.plugins.annotations.Mojo;
import org.apache.maven.plugins.annotations.Parameter;
import org.eolang.jeo.improvement.BytecodeFootprint;
import org.eolang.jeo.improvement.EoFootprint;
import org.eolang.jeo.improvement.ImprovementLogged;
import org.eolang.jeo.improvement.Improvements;
import org.eolang.jeo.improvement.EoFootprint;

/**
* Default optimization mojo.
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/eolang/jeo/improvement/EoFootprint.java
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
import java.nio.file.StandardOpenOption;
import java.util.Collection;
import java.util.stream.Collectors;
import org.eolang.jeo.EoDefaultDirectory;
import org.eolang.jeo.Improvement;
import org.eolang.jeo.Representation;
import org.eolang.jeo.EoDefaultDirectory;
import org.eolang.jeo.representation.EoRepresentation;

/**
Expand Down

3 comments on commit 4a5af78

@0pdd
Copy link

@0pdd 0pdd commented on 4a5af78 Sep 18, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Puzzle 39-251d3c77 disappeared from src/main/java/org/eolang/jeo/representation/XmirRepresentation.java), that's why I closed #57. Please, remember that the puzzle was not necessarily removed in this particular commit. Maybe it happened earlier, but we discovered this fact only now.

@0pdd
Copy link

@0pdd 0pdd commented on 4a5af78 Sep 18, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Puzzle 69-23f13d0a disappeared from src/main/java/org/eolang/jeo/representation/Xmir.java), that's why I closed #74. Please, remember that the puzzle was not necessarily removed in this particular commit. Maybe it happened earlier, but we discovered this fact only now.

@0pdd
Copy link

@0pdd 0pdd commented on 4a5af78 Sep 18, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Puzzle 39-301062e5 discovered in src/main/java/org/eolang/jeo/representation/EoRepresentation.java) and submitted as #76. Please, remember that the puzzle was not necessarily added in this particular commit. Maybe it was added earlier, but we discovered it only now.

Please sign in to comment.