Remove exception from method signature

java-rewrite
Hammy 3 years ago
parent 67a2426502
commit c9e0c4dcb6

@ -1,5 +1,5 @@
package me.goudham.bot;
public interface Bot {
void startup() throws InterruptedException;
void startup() throws InterruptedException, NoSuchMethodException;
}

Loading…
Cancel
Save