]> source.dussan.org Git - poi.git/commitdiff
tiny clean-up after r654356 (bug 44950)
authorJosh Micich <josh@apache.org>
Thu, 8 May 2008 01:06:56 +0000 (01:06 +0000)
committerJosh Micich <josh@apache.org>
Thu, 8 May 2008 01:06:56 +0000 (01:06 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@654366 13f79535-47bb-0310-9956-ffa450edef68

src/testcases/org/apache/poi/hssf/record/formula/functions/TestIndex.java

index ae9e5c239cf5006bc4bc154ffdc9fc26e994238b..492d68e983b511c6aac5ba5d45cfb9296d565653 100755 (executable)
@@ -14,7 +14,6 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 ==================================================================== */
-        
 
 package org.apache.poi.hssf.record.formula.functions;
 
@@ -33,10 +32,6 @@ import org.apache.poi.hssf.record.formula.eval.ValueEval;
  */
 public final class TestIndex extends TestCase {
 
-       public TestIndex(String testName) {
-               super(testName);
-       }
-       
        private static final double[] TEST_VALUES0 = {
                        1, 2,
                        3, 4,
@@ -44,7 +39,6 @@ public final class TestIndex extends TestCase {
                        7, 8,
                        9, 10,
                        11, 12,
-//                     13, // excess array element. TODO - Area2DEval currently has no validation to ensure correct size of values array
        };
        
        /**