// 
// Decompiled by Procyon v0.6.0
// 

package com.nimbusds.jose.util.health;

public enum HealthStatus
{
    HEALTHY, 
    NOT_HEALTHY;
}
