[MOBY-guts] biomoby commit
Paul Gordon
gordonp at dev.open-bio.org
Thu Dec 6 16:44:04 UTC 2007
gordonp
Thu Dec 6 11:44:04 EST 2007
Update of /home/repository/moby/moby-live/Java/src/main/org/biomoby/shared/data
In directory dev.open-bio.org:/tmp/cvs-serv25130/src/main/org/biomoby/shared/data
Modified Files:
MobyDataSecondaryInstance.java
Log Message:
Changed deprecated min/max value cloning
moby-live/Java/src/main/org/biomoby/shared/data MobyDataSecondaryInstance.java,1.9,1.10
===================================================================
RCS file: /home/repository/moby/moby-live/Java/src/main/org/biomoby/shared/data/MobyDataSecondaryInstance.java,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- /home/repository/moby/moby-live/Java/src/main/org/biomoby/shared/data/MobyDataSecondaryInstance.java 2007/04/26 15:05:27 1.9
+++ /home/repository/moby/moby-live/Java/src/main/org/biomoby/shared/data/MobyDataSecondaryInstance.java 2007/12/06 16:44:04 1.10
@@ -35,8 +35,8 @@
}
setAllowedValues(type.getAllowedValues());
setDefaultValue(type.getDefaultValue());
- setMinimumValue(type.getMinimumValue());
- setMaximumValue(type.getMaximumValue());
+ setMinValue(type.getMinValue());
+ setMaxValue(type.getMaxValue());
setDescription(type.getDescription());
}
More information about the MOBY-guts
mailing list