fix
Сохранение настроект тестирования.
This commit is contained in:
@@ -56,6 +56,7 @@ public abstract class Properties {
|
||||
return false;
|
||||
//--
|
||||
field.set(this, newValue);
|
||||
this.Update();
|
||||
return true;
|
||||
//--
|
||||
} catch (Exception exception) {
|
||||
@@ -70,6 +71,7 @@ public abstract class Properties {
|
||||
boolean newValue = !oldValue;
|
||||
//---
|
||||
field.set(this, newValue);
|
||||
this.Update();
|
||||
//--
|
||||
} catch (Exception exception) {
|
||||
exception.printStackTrace();
|
||||
|
||||
Reference in New Issue
Block a user