Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: MMaiero <[email protected]>
  • Loading branch information
MMaiero committed Dec 12, 2023
1 parent ad145ad commit 748ef7a
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ public class Tab8021xUi extends Composite implements NetworkTab {
interface Tab8021xUiUiBinder extends UiBinder<Widget, Tab8021xUi> {
}

private static final Logger logger = Logger.getLogger(Tab8021xUi.class.getSimpleName());

private final NetworkTabsUi netTabs;

Gwt8021xConfig activeConfig;
Expand Down Expand Up @@ -353,11 +351,9 @@ private void initPrivateKeyNameTextBox() {
}

private void update() {
logger.info("update");
setValues();
refreshForm();
this.netTabs.updateTabs();
logger.info("update... done");
}

private void resetValidations() {
Expand All @@ -382,7 +378,6 @@ private void refreshForm() {
}

private void reset() {
logger.info("reset");
for (int i = 0; i < this.eap.getItemCount(); i++) {
if (this.eap.getSelectedItemText().equals(Gwt8021xEap.TTLS.name())) {
this.eap.setSelectedIndex(i);
Expand All @@ -404,7 +399,6 @@ private void reset() {
this.caCertName.setValue("");
this.publicPrivateKeyPairName.setValue("");
update();
logger.info("reset... done");
}

private void setValues() {
Expand Down

0 comments on commit 748ef7a

Please sign in to comment.