mirror of
https://github.com/i2p/i2p.i2p.git
synced 2026-05-03 18:26:14 +00:00
big code cleanup to reduce number of compiler warnings
This commit is contained in:
@@ -17,11 +17,6 @@ public class ConfigAdvancedHandler extends FormHandler {
|
||||
private boolean _shouldSave;
|
||||
private String _config;
|
||||
|
||||
public void ConfigNetHandler() {
|
||||
_shouldSave = false;
|
||||
_forceRestart = false;
|
||||
}
|
||||
|
||||
protected void processForm() {
|
||||
if (_shouldSave) {
|
||||
saveChanges();
|
||||
|
||||
Reference in New Issue
Block a user