Dépôt officiel du code source de l'ERP OpenConcerto
/trunk/OpenConcerto/src/org/openconcerto/utils/SetMap.java |
---|
45,7 → 45,7 |
} |
@Override |
protected Set<V> createCollection(Collection<? extends V> v) { |
public Set<V> createCollection(Collection<? extends V> v) { |
return new HashSet<V>(v); |
} |
} |