From: <rv...@us...> - 2012-02-03 22:36:09
|
Revision: 1044 http://treebase.svn.sourceforge.net/treebase/?rev=1044&view=rev Author: rvos Date: 2012-02-03 22:36:02 +0000 (Fri, 03 Feb 2012) Log Message: ----------- Removed unused imports and local variables to suppress warnings, trivial commit. Modified Paths: -------------- trunk/treebase-core/src/main/java/org/cipres/treebase/domain/nexus/mesquite/MesquiteDistanceMatrixConverter.java Modified: trunk/treebase-core/src/main/java/org/cipres/treebase/domain/nexus/mesquite/MesquiteDistanceMatrixConverter.java =================================================================== --- trunk/treebase-core/src/main/java/org/cipres/treebase/domain/nexus/mesquite/MesquiteDistanceMatrixConverter.java 2012-02-02 21:10:13 UTC (rev 1043) +++ trunk/treebase-core/src/main/java/org/cipres/treebase/domain/nexus/mesquite/MesquiteDistanceMatrixConverter.java 2012-02-03 22:36:02 UTC (rev 1044) @@ -6,7 +6,6 @@ import mesquite.lib.characters.CharacterData; import org.cipres.treebase.dao.jdbc.MatrixJDBC; -import org.cipres.treebase.domain.matrix.DistanceMatrix; import org.cipres.treebase.domain.matrix.MatrixRow; /** @@ -33,8 +32,6 @@ @Override protected MatrixJDBC createMatrix(CharacterData pMesqMatrix) { // TODO: createMatrix - DistanceMatrix m = new DistanceMatrix(); - return null; } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |