Merge pull request #48 from SupaHam/master

Remove alien characters from our humanly potato.
This commit is contained in:
Trent Hensler 2015-10-01 13:46:31 -07:00
commit ae4a32b73b

View file

@ -2,7 +2,7 @@ package org.drtshock;
public class NotDeliciousException extends Exception {
public NotDeliciousException() {
}
public NotDeliciousException() {
}
}