You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by jo...@apache.org on 2008/05/09 01:06:31 UTC

svn commit: r654650 - /poi/trunk/src/java/org/apache/poi/hssf/record/formula/FuncPtg.java

Author: josh
Date: Thu May  8 16:06:30 2008
New Revision: 654650

URL: http://svn.apache.org/viewvc?rev=654650&view=rev
Log:
removed unused constructor and old comment after r654649

Modified:
    poi/trunk/src/java/org/apache/poi/hssf/record/formula/FuncPtg.java

Modified: poi/trunk/src/java/org/apache/poi/hssf/record/formula/FuncPtg.java
URL: http://svn.apache.org/viewvc/poi/trunk/src/java/org/apache/poi/hssf/record/formula/FuncPtg.java?rev=654650&r1=654649&r2=654650&view=diff
==============================================================================
--- poi/trunk/src/java/org/apache/poi/hssf/record/formula/FuncPtg.java (original)
+++ poi/trunk/src/java/org/apache/poi/hssf/record/formula/FuncPtg.java Thu May  8 16:06:30 2008
@@ -32,18 +32,6 @@
     public final static int  SIZE = 3;
     private int numParams=0;
 
-    /**
-     * FuncPtgs are defined to be 4 bytes but the actual FuncPtg uses only 2 bytes.
-     * If we have leftOvers that are read from the file we should serialize them back out.
-     * <p>
-     * If the leftovers are removed, a prompt "Warning: Data may have been lost occurs in Excel"
-     */
-	//protected byte[] leftOvers = null;
-
-    private FuncPtg() {
-      //Required for clone methods
-    }
-
     /**Creates new function pointer from a byte array
      * usually called while reading an excel file.
      */



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org