comparison artifact-database/src/main/java/org/dive4elements/artifactdatabase/state/DefaultFacet.java @ 552:61255b610929

Jsut a comment
author gernotbelger
date Thu, 01 Mar 2018 12:08:06 +0100
parents ab13ab6acc5c
children
comparison
equal deleted inserted replaced
550:68f01f10624e 552:61255b610929
209 public void set(Facet other) { 209 public void set(Facet other) {
210 index = other.getIndex(); 210 index = other.getIndex();
211 name = other.getName(); 211 name = other.getName();
212 description = other.getDescription(); 212 description = other.getDescription();
213 boundToOut = other.getBoundToOut(); 213 boundToOut = other.getBoundToOut();
214 // FIXME: metadata ist NOT immutable, but a reference is simply copied during a 'deep' copy operation...
214 metaData = other.getMetaData(); 215 metaData = other.getMetaData();
215 } 216 }
216 217
217 218
218 /** Create a deep copy of this facet. */ 219 /** Create a deep copy of this facet. */

http://dive4elements.wald.intevation.org