Skip to content

Commit

Permalink
Ensure encoding is UTF-8
Browse files Browse the repository at this point in the history
  • Loading branch information
aromaa committed May 31, 2019
1 parent f87be24 commit 591326b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public SimpleNickManager(ParinaCoreBukkitPlugin plugin)
this.plugin = plugin;

this.deadmau5Ears = new HashMap<>();
this.deadmau5Ears.put(UUID.fromString("8c0d9cc3-c4fc-4b2b-b945-3726f6a6b3fb"), true);
//this.deadmau5Ears.put(UUID.fromString("8c0d9cc3-c4fc-4b2b-b945-3726f6a6b3fb"), true);
}

@Override
Expand Down
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
<configuration>
<source>1.8</source>
<target>1.8</target>
<encoding>UTF-8</encoding>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit 591326b

Please sign in to comment.