public int hashCode()

in eap-coffee-app/src/main/java/cafe/model/entity/Coffee.java [55:59]


    public int hashCode() {
        int hash = 0;
        hash += (id != null ? id.hashCode() : 0);
        return hash;
    }