Store fail count, too.
[rhynodge.git] / src / main / java / net / pterodactylus / reactor / states / AbstractState.java
index 31a1d18..6d7a6ea 100644 (file)
@@ -42,6 +42,7 @@ public abstract class AbstractState implements State {
        private final Throwable exception;
 
        /** The number of consecutive failures. */
+       @JsonProperty
        private int failCount;
 
        /**