mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
checkstyle
This commit is contained in:
@@ -4,5 +4,12 @@ package net.slightlymagic.braids.util;
|
||||
* Like Runnable, but it can throw any Exception.
|
||||
*/
|
||||
public interface ClumsyRunnable {
|
||||
public void run() throws Exception;
|
||||
|
||||
/**
|
||||
* Run.
|
||||
*
|
||||
* @throws Exception
|
||||
* the exception
|
||||
*/
|
||||
void run() throws Exception;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user