Tweaked a few switch statements.

This commit is contained in:
GJ
2012-07-02 21:05:55 -04:00
parent bc58aff362
commit 8257fd8e7c
3 changed files with 13 additions and 13 deletions

View File

@ -399,7 +399,7 @@ public class Mining {
}
default:
break;
return;
}
}
}