Changeset 1036
- Timestamp:
- 06/22/09 12:46:39 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/mpdb-common/src/edu/rpi/metpetdb/client/model/Sample.java
r1029 r1036 260 260 261 261 public void setImages(final Set<Image> s) { 262 if (images == null)263 images = new HashSet<Image>();264 262 images = s; 265 263 }
