public int hashCode()

in src/main/java/org/apache/creadur/tentacles/Notice.java [84:86]


    public int hashCode() {
        return this.key.hashCode();
    }