mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-19 20:41:55 +00:00
Fix missing javadoc parameters, throw tags,...
This commit is contained in:
@@ -29,8 +29,8 @@ public interface RunnableIOEx {
|
||||
/**
|
||||
* Run method.
|
||||
*
|
||||
* @throws IOException
|
||||
* @throws InterruptedException
|
||||
* @throws IOException On I/O error
|
||||
* @throws InterruptedException On interrupt
|
||||
*/
|
||||
public void run() throws IOException, InterruptedException;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user