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;
/**
* @author
*
*/
public class Absref extends NotImplementedFunction {
}

View File

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

View File

@ -20,10 +20,6 @@
*/
package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
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.ValueEval;
/**
* @author
*
*/
public class And extends BooleanFunction {
public Eval evaluate(Eval[] operands, int srcRow, short srcCol) {

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -20,10 +20,6 @@
*/
package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
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.ValueEval;
/**
* @author
*
*/
public class Column implements Function {
public Eval evaluate(Eval[] evals, int srcCellRow, short srcCellCol) {
ValueEval retval = null;

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -20,10 +20,6 @@
*/
package org.apache.poi.hssf.record.formula.functions;
/**
* @author
*
*/
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.ValueEval;
/**
* @author
*
*/
public class Fv extends FinanceFunction {
public Eval evaluate(Eval[] operands, int srcRow, short srcCol) {

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

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