Skip to content

Commit

Permalink
Update UPS.java
Browse files Browse the repository at this point in the history
  • Loading branch information
norkator committed Dec 17, 2020
1 parent 7b2865e commit feac34c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/src/main/java/com/nitramite/apcupsdmonitor/UPS.java
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@ public void setUPS_STATUS_STR(String UPS_STATUS_STR) {
}

public void setUPS_REACHABLE_STATUS(String UPS_REACHABLE_STATUS) {

if (UPS_REACHABLE_STATUS != null) {
this.UPS_IS_REACHABLE = UPS_REACHABLE_STATUS.equals(UPS_REACHABLE);
}
Expand Down

0 comments on commit feac34c

Please sign in to comment.