Remove throws exception from method signature

java-rewrite
Hammy 3 years ago
parent 9171b8cf11
commit 95952718c2

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

Loading…
Cancel
Save