Fix a whole slew of javadoc warnings

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@551903 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Nick Burch 2007-06-29 14:09:07 +00:00
parent 25f21236cd
commit 4461ddc84e
208 changed files with 0 additions and 832 deletions

View File

@ -20,10 +20,6 @@
*/ */
package org.apache.poi.hssf.record.formula.functions; package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class Absref extends NotImplementedFunction { public class Absref extends NotImplementedFunction {
} }

View File

@ -20,10 +20,6 @@
*/ */
package org.apache.poi.hssf.record.formula.functions; package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class Activecell extends NotImplementedFunction { public class Activecell extends NotImplementedFunction {
} }

View File

@ -20,10 +20,6 @@
*/ */
package org.apache.poi.hssf.record.formula.functions; package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class Address extends NotImplementedFunction { public class Address extends NotImplementedFunction {
} }

View File

@ -27,10 +27,6 @@ import org.apache.poi.hssf.record.formula.eval.Eval;
import org.apache.poi.hssf.record.formula.eval.StringEval; import org.apache.poi.hssf.record.formula.eval.StringEval;
import org.apache.poi.hssf.record.formula.eval.ValueEval; import org.apache.poi.hssf.record.formula.eval.ValueEval;
/**
* @author
*
*/
public class And extends BooleanFunction { public class And extends BooleanFunction {
public Eval evaluate(Eval[] operands, int srcRow, short srcCol) { public Eval evaluate(Eval[] operands, int srcRow, short srcCol) {

View File

@ -20,10 +20,6 @@
*/ */
package org.apache.poi.hssf.record.formula.functions; package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class Areas extends NotImplementedFunction { public class Areas extends NotImplementedFunction {
} }

View File

@ -20,10 +20,6 @@
*/ */
package org.apache.poi.hssf.record.formula.functions; package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class Argument extends NotImplementedFunction { public class Argument extends NotImplementedFunction {
} }

View File

@ -20,10 +20,6 @@
*/ */
package org.apache.poi.hssf.record.formula.functions; package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class Asc extends NotImplementedFunction { public class Asc extends NotImplementedFunction {
} }

View File

@ -20,10 +20,6 @@
*/ */
package org.apache.poi.hssf.record.formula.functions; package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class Betadist extends NotImplementedFunction { public class Betadist extends NotImplementedFunction {
} }

View File

@ -20,10 +20,6 @@
*/ */
package org.apache.poi.hssf.record.formula.functions; package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class Betainv extends NotImplementedFunction { public class Betainv extends NotImplementedFunction {
} }

View File

@ -20,10 +20,6 @@
*/ */
package org.apache.poi.hssf.record.formula.functions; package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class Binomdist extends NotImplementedFunction { public class Binomdist extends NotImplementedFunction {
} }

View File

@ -20,10 +20,6 @@
*/ */
package org.apache.poi.hssf.record.formula.functions; package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class Call extends NotImplementedFunction { public class Call extends NotImplementedFunction {
} }

View File

@ -20,10 +20,6 @@
*/ */
package org.apache.poi.hssf.record.formula.functions; package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class Caller extends NotImplementedFunction { public class Caller extends NotImplementedFunction {
} }

View File

@ -20,10 +20,6 @@
*/ */
package org.apache.poi.hssf.record.formula.functions; package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class Cell extends NotImplementedFunction { public class Cell extends NotImplementedFunction {
} }

View File

@ -20,10 +20,6 @@
*/ */
package org.apache.poi.hssf.record.formula.functions; package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class Char extends NotImplementedFunction { public class Char extends NotImplementedFunction {
} }

View File

@ -20,10 +20,6 @@
*/ */
package org.apache.poi.hssf.record.formula.functions; package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class Chidist extends NotImplementedFunction { public class Chidist extends NotImplementedFunction {
} }

View File

@ -20,10 +20,6 @@
*/ */
package org.apache.poi.hssf.record.formula.functions; package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class Chiinv extends NotImplementedFunction { public class Chiinv extends NotImplementedFunction {
} }

View File

@ -20,10 +20,6 @@
*/ */
package org.apache.poi.hssf.record.formula.functions; package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class Chitest extends NotImplementedFunction { public class Chitest extends NotImplementedFunction {
} }

View File

@ -20,10 +20,6 @@
*/ */
package org.apache.poi.hssf.record.formula.functions; package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class Choose extends NotImplementedFunction { public class Choose extends NotImplementedFunction {
} }

View File

@ -20,10 +20,6 @@
*/ */
package org.apache.poi.hssf.record.formula.functions; package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class Clean extends NotImplementedFunction { public class Clean extends NotImplementedFunction {
} }

View File

@ -20,10 +20,6 @@
*/ */
package org.apache.poi.hssf.record.formula.functions; package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class Code extends NotImplementedFunction { public class Code extends NotImplementedFunction {
} }

View File

@ -27,10 +27,6 @@ import org.apache.poi.hssf.record.formula.eval.NumberEval;
import org.apache.poi.hssf.record.formula.eval.RefEval; import org.apache.poi.hssf.record.formula.eval.RefEval;
import org.apache.poi.hssf.record.formula.eval.ValueEval; import org.apache.poi.hssf.record.formula.eval.ValueEval;
/**
* @author
*
*/
public class Column implements Function { public class Column implements Function {
public Eval evaluate(Eval[] evals, int srcCellRow, short srcCellCol) { public Eval evaluate(Eval[] evals, int srcCellRow, short srcCellCol) {
ValueEval retval = null; ValueEval retval = null;

View File

@ -20,10 +20,6 @@
*/ */
package org.apache.poi.hssf.record.formula.functions; package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class Columns extends NotImplementedFunction { public class Columns extends NotImplementedFunction {
} }

View File

@ -20,10 +20,6 @@
*/ */
package org.apache.poi.hssf.record.formula.functions; package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class Confidence extends NotImplementedFunction { public class Confidence extends NotImplementedFunction {
} }

View File

@ -20,10 +20,6 @@
*/ */
package org.apache.poi.hssf.record.formula.functions; package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class Correl extends NotImplementedFunction { public class Correl extends NotImplementedFunction {
} }

View File

@ -20,10 +20,6 @@
*/ */
package org.apache.poi.hssf.record.formula.functions; package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class Count extends NotImplementedFunction { public class Count extends NotImplementedFunction {
} }

View File

@ -20,10 +20,6 @@
*/ */
package org.apache.poi.hssf.record.formula.functions; package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class Counta extends NotImplementedFunction { public class Counta extends NotImplementedFunction {
} }

View File

@ -20,10 +20,6 @@
*/ */
package org.apache.poi.hssf.record.formula.functions; package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class Countblank extends NotImplementedFunction { public class Countblank extends NotImplementedFunction {
} }

View File

@ -20,10 +20,6 @@
*/ */
package org.apache.poi.hssf.record.formula.functions; package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class Countif extends NotImplementedFunction { public class Countif extends NotImplementedFunction {
} }

View File

@ -20,10 +20,6 @@
*/ */
package org.apache.poi.hssf.record.formula.functions; package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class Covar extends NotImplementedFunction { public class Covar extends NotImplementedFunction {
} }

View File

@ -20,10 +20,6 @@
*/ */
package org.apache.poi.hssf.record.formula.functions; package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class Critbinom extends NotImplementedFunction { public class Critbinom extends NotImplementedFunction {
} }

View File

@ -20,10 +20,6 @@
*/ */
package org.apache.poi.hssf.record.formula.functions; package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class Customrepeat extends NotImplementedFunction { public class Customrepeat extends NotImplementedFunction {
} }

View File

@ -20,10 +20,6 @@
*/ */
package org.apache.poi.hssf.record.formula.functions; package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class Date extends NotImplementedFunction { public class Date extends NotImplementedFunction {
} }

View File

@ -20,10 +20,6 @@
*/ */
package org.apache.poi.hssf.record.formula.functions; package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class Datedif extends NotImplementedFunction { public class Datedif extends NotImplementedFunction {
} }

View File

@ -20,10 +20,6 @@
*/ */
package org.apache.poi.hssf.record.formula.functions; package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class Datestring extends NotImplementedFunction { public class Datestring extends NotImplementedFunction {
} }

View File

@ -20,10 +20,6 @@
*/ */
package org.apache.poi.hssf.record.formula.functions; package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class Datevalue extends NotImplementedFunction { public class Datevalue extends NotImplementedFunction {
} }

View File

@ -20,10 +20,6 @@
*/ */
package org.apache.poi.hssf.record.formula.functions; package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class Daverage extends NotImplementedFunction { public class Daverage extends NotImplementedFunction {
} }

View File

@ -20,10 +20,6 @@
*/ */
package org.apache.poi.hssf.record.formula.functions; package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class Day extends NotImplementedFunction { public class Day extends NotImplementedFunction {
} }

View File

@ -20,10 +20,6 @@
*/ */
package org.apache.poi.hssf.record.formula.functions; package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class Days360 extends NotImplementedFunction { public class Days360 extends NotImplementedFunction {
} }

View File

@ -20,10 +20,6 @@
*/ */
package org.apache.poi.hssf.record.formula.functions; package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class Db extends NotImplementedFunction { public class Db extends NotImplementedFunction {
} }

View File

@ -20,10 +20,6 @@
*/ */
package org.apache.poi.hssf.record.formula.functions; package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class Dbcs extends NotImplementedFunction { public class Dbcs extends NotImplementedFunction {
} }

View File

@ -20,10 +20,6 @@
*/ */
package org.apache.poi.hssf.record.formula.functions; package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class Dcount extends NotImplementedFunction { public class Dcount extends NotImplementedFunction {
} }

View File

@ -20,10 +20,6 @@
*/ */
package org.apache.poi.hssf.record.formula.functions; package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class Dcounta extends NotImplementedFunction { public class Dcounta extends NotImplementedFunction {
} }

View File

@ -20,10 +20,6 @@
*/ */
package org.apache.poi.hssf.record.formula.functions; package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class Ddb extends NotImplementedFunction { public class Ddb extends NotImplementedFunction {
} }

View File

@ -20,10 +20,6 @@
*/ */
package org.apache.poi.hssf.record.formula.functions; package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class Deref extends NotImplementedFunction { public class Deref extends NotImplementedFunction {
} }

View File

@ -20,10 +20,6 @@
*/ */
package org.apache.poi.hssf.record.formula.functions; package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class Dget extends NotImplementedFunction { public class Dget extends NotImplementedFunction {
} }

View File

@ -20,10 +20,6 @@
*/ */
package org.apache.poi.hssf.record.formula.functions; package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class Dmax extends NotImplementedFunction { public class Dmax extends NotImplementedFunction {
} }

View File

@ -20,10 +20,6 @@
*/ */
package org.apache.poi.hssf.record.formula.functions; package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class Dmin extends NotImplementedFunction { public class Dmin extends NotImplementedFunction {
} }

View File

@ -20,10 +20,6 @@
*/ */
package org.apache.poi.hssf.record.formula.functions; package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class Dproduct extends NotImplementedFunction { public class Dproduct extends NotImplementedFunction {
} }

View File

@ -20,10 +20,6 @@
*/ */
package org.apache.poi.hssf.record.formula.functions; package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class Dstdev extends NotImplementedFunction { public class Dstdev extends NotImplementedFunction {
} }

View File

@ -20,10 +20,6 @@
*/ */
package org.apache.poi.hssf.record.formula.functions; package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class Dstdevp extends NotImplementedFunction { public class Dstdevp extends NotImplementedFunction {
} }

View File

@ -20,10 +20,6 @@
*/ */
package org.apache.poi.hssf.record.formula.functions; package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class Dsum extends NotImplementedFunction { public class Dsum extends NotImplementedFunction {
} }

View File

@ -20,10 +20,6 @@
*/ */
package org.apache.poi.hssf.record.formula.functions; package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class Dvar extends NotImplementedFunction { public class Dvar extends NotImplementedFunction {
} }

View File

@ -20,10 +20,6 @@
*/ */
package org.apache.poi.hssf.record.formula.functions; package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class Dvarp extends NotImplementedFunction { public class Dvarp extends NotImplementedFunction {
} }

View File

@ -20,10 +20,6 @@
*/ */
package org.apache.poi.hssf.record.formula.functions; package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class Echo extends NotImplementedFunction { public class Echo extends NotImplementedFunction {
} }

View File

@ -20,10 +20,6 @@
*/ */
package org.apache.poi.hssf.record.formula.functions; package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class Error extends NotImplementedFunction { public class Error extends NotImplementedFunction {
} }

View File

@ -20,10 +20,6 @@
*/ */
package org.apache.poi.hssf.record.formula.functions; package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class Errortype extends NotImplementedFunction { public class Errortype extends NotImplementedFunction {
} }

View File

@ -20,10 +20,6 @@
*/ */
package org.apache.poi.hssf.record.formula.functions; package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class Evaluate extends NotImplementedFunction { public class Evaluate extends NotImplementedFunction {
} }

View File

@ -20,10 +20,6 @@
*/ */
package org.apache.poi.hssf.record.formula.functions; package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class Exec extends NotImplementedFunction { public class Exec extends NotImplementedFunction {
} }

View File

@ -20,10 +20,6 @@
*/ */
package org.apache.poi.hssf.record.formula.functions; package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class Expondist extends NotImplementedFunction { public class Expondist extends NotImplementedFunction {
} }

View File

@ -20,10 +20,6 @@
*/ */
package org.apache.poi.hssf.record.formula.functions; package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class Fdist extends NotImplementedFunction { public class Fdist extends NotImplementedFunction {
} }

View File

@ -20,10 +20,6 @@
*/ */
package org.apache.poi.hssf.record.formula.functions; package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class Files extends NotImplementedFunction { public class Files extends NotImplementedFunction {
} }

View File

@ -20,10 +20,6 @@
*/ */
package org.apache.poi.hssf.record.formula.functions; package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class Find extends NotImplementedFunction { public class Find extends NotImplementedFunction {
} }

View File

@ -20,10 +20,6 @@
*/ */
package org.apache.poi.hssf.record.formula.functions; package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class Findb extends NotImplementedFunction { public class Findb extends NotImplementedFunction {
} }

View File

@ -20,10 +20,6 @@
*/ */
package org.apache.poi.hssf.record.formula.functions; package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class Finv extends NotImplementedFunction { public class Finv extends NotImplementedFunction {
} }

View File

@ -20,10 +20,6 @@
*/ */
package org.apache.poi.hssf.record.formula.functions; package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class Fisher extends NotImplementedFunction { public class Fisher extends NotImplementedFunction {
} }

View File

@ -20,10 +20,6 @@
*/ */
package org.apache.poi.hssf.record.formula.functions; package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class Fisherinv extends NotImplementedFunction { public class Fisherinv extends NotImplementedFunction {
} }

View File

@ -20,10 +20,6 @@
*/ */
package org.apache.poi.hssf.record.formula.functions; package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class Fixed extends NotImplementedFunction { public class Fixed extends NotImplementedFunction {
} }

View File

@ -20,10 +20,6 @@
*/ */
package org.apache.poi.hssf.record.formula.functions; package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class Forecast extends NotImplementedFunction { public class Forecast extends NotImplementedFunction {
} }

View File

@ -20,10 +20,6 @@
*/ */
package org.apache.poi.hssf.record.formula.functions; package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class Formulaconvert extends NotImplementedFunction { public class Formulaconvert extends NotImplementedFunction {
} }

View File

@ -20,10 +20,6 @@
*/ */
package org.apache.poi.hssf.record.formula.functions; package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class Fpos extends NotImplementedFunction { public class Fpos extends NotImplementedFunction {
} }

View File

@ -20,10 +20,6 @@
*/ */
package org.apache.poi.hssf.record.formula.functions; package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class Frequency extends NotImplementedFunction { public class Frequency extends NotImplementedFunction {
} }

View File

@ -20,10 +20,6 @@
*/ */
package org.apache.poi.hssf.record.formula.functions; package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class Ftest extends NotImplementedFunction { public class Ftest extends NotImplementedFunction {
} }

View File

@ -27,10 +27,6 @@ import org.apache.poi.hssf.record.formula.eval.NumberEval;
import org.apache.poi.hssf.record.formula.eval.NumericValueEval; import org.apache.poi.hssf.record.formula.eval.NumericValueEval;
import org.apache.poi.hssf.record.formula.eval.ValueEval; import org.apache.poi.hssf.record.formula.eval.ValueEval;
/**
* @author
*
*/
public class Fv extends FinanceFunction { public class Fv extends FinanceFunction {
public Eval evaluate(Eval[] operands, int srcRow, short srcCol) { public Eval evaluate(Eval[] operands, int srcRow, short srcCol) {

View File

@ -20,10 +20,6 @@
*/ */
package org.apache.poi.hssf.record.formula.functions; package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class Gammadist extends NotImplementedFunction { public class Gammadist extends NotImplementedFunction {
} }

View File

@ -20,10 +20,6 @@
*/ */
package org.apache.poi.hssf.record.formula.functions; package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class Gammainv extends NotImplementedFunction { public class Gammainv extends NotImplementedFunction {
} }

View File

@ -20,10 +20,6 @@
*/ */
package org.apache.poi.hssf.record.formula.functions; package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class Gammaln extends NotImplementedFunction { public class Gammaln extends NotImplementedFunction {
} }

View File

@ -20,10 +20,6 @@
*/ */
package org.apache.poi.hssf.record.formula.functions; package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class Geomean extends NotImplementedFunction { public class Geomean extends NotImplementedFunction {
} }

View File

@ -20,10 +20,6 @@
*/ */
package org.apache.poi.hssf.record.formula.functions; package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class Goto extends NotImplementedFunction { public class Goto extends NotImplementedFunction {
} }

View File

@ -20,10 +20,6 @@
*/ */
package org.apache.poi.hssf.record.formula.functions; package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class Group extends NotImplementedFunction { public class Group extends NotImplementedFunction {
} }

View File

@ -20,10 +20,6 @@
*/ */
package org.apache.poi.hssf.record.formula.functions; package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class Growth extends NotImplementedFunction { public class Growth extends NotImplementedFunction {
} }

View File

@ -20,10 +20,6 @@
*/ */
package org.apache.poi.hssf.record.formula.functions; package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class Halt extends NotImplementedFunction { public class Halt extends NotImplementedFunction {
} }

View File

@ -20,10 +20,6 @@
*/ */
package org.apache.poi.hssf.record.formula.functions; package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class Harmean extends NotImplementedFunction { public class Harmean extends NotImplementedFunction {
} }

View File

@ -20,10 +20,6 @@
*/ */
package org.apache.poi.hssf.record.formula.functions; package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class Help extends NotImplementedFunction { public class Help extends NotImplementedFunction {
} }

View File

@ -20,10 +20,6 @@
*/ */
package org.apache.poi.hssf.record.formula.functions; package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class Hlookup extends NotImplementedFunction { public class Hlookup extends NotImplementedFunction {
} }

View File

@ -20,10 +20,6 @@
*/ */
package org.apache.poi.hssf.record.formula.functions; package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class Hour extends NotImplementedFunction { public class Hour extends NotImplementedFunction {
} }

View File

@ -20,10 +20,6 @@
*/ */
package org.apache.poi.hssf.record.formula.functions; package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class Hyperlink extends NotImplementedFunction { public class Hyperlink extends NotImplementedFunction {
} }

View File

@ -20,10 +20,6 @@
*/ */
package org.apache.poi.hssf.record.formula.functions; package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class Hypgeomdist extends NotImplementedFunction { public class Hypgeomdist extends NotImplementedFunction {
} }

View File

@ -20,10 +20,6 @@
*/ */
package org.apache.poi.hssf.record.formula.functions; package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class Index extends NotImplementedFunction { public class Index extends NotImplementedFunction {
} }

View File

@ -20,10 +20,6 @@
*/ */
package org.apache.poi.hssf.record.formula.functions; package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class Indirect extends NotImplementedFunction { public class Indirect extends NotImplementedFunction {
} }

View File

@ -20,10 +20,6 @@
*/ */
package org.apache.poi.hssf.record.formula.functions; package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class Info extends NotImplementedFunction { public class Info extends NotImplementedFunction {
} }

View File

@ -20,10 +20,6 @@
*/ */
package org.apache.poi.hssf.record.formula.functions; package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class Initiate extends NotImplementedFunction { public class Initiate extends NotImplementedFunction {
} }

View File

@ -20,10 +20,6 @@
*/ */
package org.apache.poi.hssf.record.formula.functions; package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class Input extends NotImplementedFunction { public class Input extends NotImplementedFunction {
} }

View File

@ -20,10 +20,6 @@
*/ */
package org.apache.poi.hssf.record.formula.functions; package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class Intercept extends NotImplementedFunction { public class Intercept extends NotImplementedFunction {
} }

View File

@ -20,10 +20,6 @@
*/ */
package org.apache.poi.hssf.record.formula.functions; package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class Ipmt extends NotImplementedFunction { public class Ipmt extends NotImplementedFunction {
} }

View File

@ -20,10 +20,6 @@
*/ */
package org.apache.poi.hssf.record.formula.functions; package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class Irr extends NotImplementedFunction { public class Irr extends NotImplementedFunction {
} }

View File

@ -20,10 +20,6 @@
*/ */
package org.apache.poi.hssf.record.formula.functions; package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class IsNa extends NotImplementedFunction { public class IsNa extends NotImplementedFunction {
} }

View File

@ -20,10 +20,6 @@
*/ */
package org.apache.poi.hssf.record.formula.functions; package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class Iserr extends NotImplementedFunction { public class Iserr extends NotImplementedFunction {
} }

View File

@ -20,10 +20,6 @@
*/ */
package org.apache.poi.hssf.record.formula.functions; package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class Ispmt extends NotImplementedFunction { public class Ispmt extends NotImplementedFunction {
} }

View File

@ -20,10 +20,6 @@
*/ */
package org.apache.poi.hssf.record.formula.functions; package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class Kurt extends NotImplementedFunction { public class Kurt extends NotImplementedFunction {
} }

View File

@ -20,10 +20,6 @@
*/ */
package org.apache.poi.hssf.record.formula.functions; package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
public class Lasterror extends NotImplementedFunction { public class Lasterror extends NotImplementedFunction {
} }

Some files were not shown because too many files have changed in this diff Show More