Remove not used throws
This commit is contained in:
@@ -5,6 +5,6 @@ public interface IIntegrationModule
|
||||
|
||||
void Init() throws Throwable;
|
||||
|
||||
void PostInit() throws Throwable;
|
||||
void PostInit();
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user