Skip to content

Commit

Permalink
fix reference to equals and hash script
Browse files Browse the repository at this point in the history
  • Loading branch information
timo-a committed Apr 6, 2021
1 parent 5e087a1 commit bd26ce0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/src/main/java/de/lomboker/app/App.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
*/
package de.lomboker.app;

import de.lomboker.app.equalsAndHashCode.ReduceFuzzyEaH;
import de.lomboker.lib.FuzzyEqualsAndHashCode;
import picocli.CommandLine;
import picocli.CommandLine.Command;
Expand All @@ -12,7 +13,7 @@
CounterApp.class,
Reduce.class,
Mark.class,
FuzzyEqualsAndHashCode.class
ReduceFuzzyEaH.class
})
public class App implements Runnable {
public static void main(String[] args) {
Expand Down

0 comments on commit bd26ce0

Please sign in to comment.