From: <rv...@us...> - 2012-02-03 22:38:43
|
Revision: 1045 http://treebase.svn.sourceforge.net/treebase/?rev=1045&view=rev Author: rvos Date: 2012-02-03 22:38:37 +0000 (Fri, 03 Feb 2012) Log Message: ----------- Removed unread local variable, to suppress warnings. Trivial commit. Modified Paths: -------------- trunk/treebase-core/src/main/java/org/cipres/treebase/domain/nexus/mesquite/MesquiteStandardMatrixConverter.java Modified: trunk/treebase-core/src/main/java/org/cipres/treebase/domain/nexus/mesquite/MesquiteStandardMatrixConverter.java =================================================================== --- trunk/treebase-core/src/main/java/org/cipres/treebase/domain/nexus/mesquite/MesquiteStandardMatrixConverter.java 2012-02-03 22:36:02 UTC (rev 1044) +++ trunk/treebase-core/src/main/java/org/cipres/treebase/domain/nexus/mesquite/MesquiteStandardMatrixConverter.java 2012-02-03 22:38:37 UTC (rev 1045) @@ -535,7 +535,6 @@ for (int rowIndex = 0; rowIndex < rowIds.length; rowIndex++) { StringBuffer rowSymbols = symbolBufs.get(rowIndex); - char symbol = pMissingSymbol; // convert the mesquite character state to treebase state: long statesLong = categoricalData.getState(pColIndex, rowIndex); @@ -688,6 +687,7 @@ * @param pStateIndex * @return */ + @SuppressWarnings("deprecation") private DiscreteMatrixElement createElement( DiscreteChar pColumnChar, String pStateName, This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |