From: <rv...@us...> - 2011-05-12 20:36:09
|
Revision: 861 http://treebase.svn.sourceforge.net/treebase/?rev=861&view=rev Author: rvos Date: 2011-05-12 20:36:03 +0000 (Thu, 12 May 2011) Log Message: ----------- Added interface for the overloaded case where we both have a nexus data set (generated de novo, perhaps) and a containing study. It seems we need this instead of the one without the study but with the nexus data set: looks like we're getting NPEs that way. Modified Paths: -------------- trunk/treebase-core/src/main/java/org/cipres/treebase/domain/nexus/NexusService.java Modified: trunk/treebase-core/src/main/java/org/cipres/treebase/domain/nexus/NexusService.java =================================================================== --- trunk/treebase-core/src/main/java/org/cipres/treebase/domain/nexus/NexusService.java 2011-05-12 20:34:56 UTC (rev 860) +++ trunk/treebase-core/src/main/java/org/cipres/treebase/domain/nexus/NexusService.java 2011-05-12 20:36:03 UTC (rev 861) @@ -47,6 +47,7 @@ */ String serialize(NexusDataSet pNexusDataSet); String serialize(NexusDataSet pNexusDataSet, Properties pProperties); + String serialize(NexusDataSet pNexusDataSet, Properties pProperties,Study study); /** * Write the NexusDataSet to a string that represents the object. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |