public int hashCode()

in src/main/org/apache/ant/props/NestedPropertyExpander.java [79:84]


    public int hashCode() {
        if (NestedPropertyExpander.class.equals(getClass())) {
            return System.identityHashCode(INSTANCE);
        }
        throw new UnsupportedOperationException("Get your own hashCode implementation!");
    }