Skip to content

Commit 7cdfd09

Browse files
authored
Merge pull request #41 from petrholik/feature/polishing
Feature/polishing
2 parents 61cc103 + 70b9f9c commit 7cdfd09

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,7 @@ target/
44
#intellij
55
.idea/
66
*.iml
7+
.settings
8+
.classpath
9+
.project
710

it/bots/jbwapibot/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<configuration>
2727
<archive>
2828
<manifest>
29-
<mainClass>MarineHell</mainClass>
29+
<mainClass>marinehell.MarineHell</mainClass>
3030
</manifest>
3131
</archive>
3232
<descriptorRefs>

src/test/java/marinehell/MarineHell.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
package marinehell;
2+
13
import java.util.ArrayList;
24
import java.util.HashSet;
35
import java.util.List;

0 commit comments

Comments
 (0)