mirror of https://github.com/sgoudham/Enso-Bot.git
Remove throws exception from method signature
parent
9171b8cf11
commit
95952718c2
@ -1,5 +1,5 @@
|
|||||||
package me.goudham.bot;
|
package me.goudham.bot;
|
||||||
|
|
||||||
public interface Bot {
|
public interface Bot {
|
||||||
void startup() throws InterruptedException;
|
void startup();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue