From: <rv...@us...> - 2011-05-12 20:37:03
|
Revision: 862 http://treebase.svn.sourceforge.net/treebase/?rev=862&view=rev Author: rvos Date: 2011-05-12 20:36:56 +0000 (Thu, 12 May 2011) Log Message: ----------- Added empty stub 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/service/nexus/NexusServiceMesquite.java Modified: trunk/treebase-core/src/main/java/org/cipres/treebase/service/nexus/NexusServiceMesquite.java =================================================================== --- trunk/treebase-core/src/main/java/org/cipres/treebase/service/nexus/NexusServiceMesquite.java 2011-05-12 20:36:03 UTC (rev 861) +++ trunk/treebase-core/src/main/java/org/cipres/treebase/service/nexus/NexusServiceMesquite.java 2011-05-12 20:36:56 UTC (rev 862) @@ -262,4 +262,10 @@ return null; } + public String serialize(NexusDataSet pNexusDataSet, Properties pProperties, + Study study) { + // TODO Auto-generated method stub + return null; + } + } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |