0 not null

pull/4/head
Zlatin Balevsky 2019-06-06 00:03:22 +01:00
parent 94f6de6bea
commit 43c2a55cb8
1 changed files with 1 additions and 1 deletions

View File

@ -32,6 +32,6 @@ class Host {
}
synchronized void clearFailures() {
failures = null
failures = 0
}
}