Formatting, classpath.

This commit is contained in:
Ondřej Hruška
2014-04-01 09:07:33 +02:00
parent 4a1a84fd87
commit 4bd18be9bb
106 changed files with 4802 additions and 4043 deletions
File diff suppressed because it is too large Load Diff
+1 -2
View File
@@ -1,13 +1,12 @@
package mightypork.rogue.util;
/**
* Utils class
*
* @author MightyPork
*/
public class Utils {
public static Thread runAsThread(Runnable r)
{
Thread t = new Thread(r);