25c25 < * --- > * 84,85c84,85 < // unmodifiable < if (unmodifiable != null && unmodifiable.equalsIgnoreCase("true")) --- > // include-subclasses > if (unmodifiable != null && unmodifiable.equalsIgnoreCase("false")) 87c87 < this.unmodifiable = true; --- > this.unmodifiable = false; 91c91 < this.unmodifiable = false; --- > this.unmodifiable = true; 205c205 < } --- > } \ No newline at end of file