formatting
This commit is contained in:
@@ -5,11 +5,17 @@ import java.io.IOException;
|
||||
import javax.crypto.SecretKey;
|
||||
|
||||
public interface NoConfigInterface {
|
||||
public void construct();
|
||||
public SecretKey getSecretKey();
|
||||
public boolean saveDatabase();
|
||||
public boolean saveByteSets();
|
||||
public void saveNoConfig();
|
||||
public NoConfigInterface loadNoConfig() throws IOException;
|
||||
public boolean isReady();
|
||||
public void construct();
|
||||
|
||||
public SecretKey getSecretKey();
|
||||
|
||||
public boolean saveDatabase();
|
||||
|
||||
public boolean saveByteSets();
|
||||
|
||||
public void saveNoConfig();
|
||||
|
||||
public NoConfigInterface loadNoConfig() throws IOException;
|
||||
|
||||
public boolean isReady();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user