Formatting, classpath.
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user