Skip to content

Commit

Permalink
#1 typos
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Aug 21, 2024
1 parent 6cadbd8 commit 7d523ee
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ SOFTWARE.
<license>file:${basedir}/LICENSE.txt</license>
<excludes>
<exclude>pmd:/src/it/.*</exclude>
<exclude>checkstyle:/src/it/.*</exclude>
<exclude>duplicatefinder:.*</exclude>
</excludes>
</configuration>
Expand Down
3 changes: 1 addition & 2 deletions src/main/java/org/eolang/hone/OptimizeMojo.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,10 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
*/
package org.eolang.jeo;
package org.eolang.hone;

import com.jcabi.log.Logger;
import java.io.File;
import org.apache.maven.artifact.DependencyResolutionRequiredException;
import org.apache.maven.plugin.AbstractMojo;
import org.apache.maven.plugin.MojoExecutionException;
import org.apache.maven.plugins.annotations.LifecyclePhase;
Expand Down
1 change: 0 additions & 1 deletion src/test/java/org/eolang/hone/OptimizeMojoTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
import java.nio.file.Path;
import org.hamcrest.MatcherAssert;
import org.hamcrest.Matchers;
import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.io.TempDir;

Expand Down

0 comments on commit 7d523ee

Please sign in to comment.