Some small changes to method names
This commit is contained in:
parent
4ece2b0cd2
commit
1053713d15
13 changed files with 61 additions and 167 deletions
11
src/wa/server/plugin/WAServiceConfig.java
Normal file
11
src/wa/server/plugin/WAServiceConfig.java
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
package wa.server.plugin;
|
||||
|
||||
import java.io.IOException;
|
||||
import java.sql.SQLException;
|
||||
|
||||
import zutil.db.DBConnection;
|
||||
|
||||
public interface WAServiceConfig {
|
||||
public void read() throws SQLException;
|
||||
public void save() throws IOException;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue