mirror of https://github.com/apache/poi.git
lgtm javadoc issues
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893850 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e9270143aa
commit
875e921f86
|
@ -57,9 +57,7 @@ public final class SectionSprmUncompressor extends SprmUncompressor {
|
|||
* a single sprm.
|
||||
*
|
||||
* @param newSEP The SectionProperty to perform the operation on.
|
||||
* @param operand The operation to perform.
|
||||
* @param param The operation's parameter.
|
||||
* @param varParam The operation variable length parameter.
|
||||
* @param sprm The operation to perform.
|
||||
*/
|
||||
static void unCompressSEPOperation (SectionProperties newSEP, SprmOperation sprm)
|
||||
{
|
||||
|
|
|
@ -80,9 +80,7 @@ public final class TableSprmUncompressor extends SprmUncompressor {
|
|||
* by a sprm stored in a tapx.
|
||||
*
|
||||
* @param newTAP The TableProperties object to perform the operation on.
|
||||
* @param operand The operand that defines this operation.
|
||||
* @param param The parameter for this operation.
|
||||
* @param varParam Variable length parameter for this operation.
|
||||
* @param sprm The operation to perform.
|
||||
*/
|
||||
static void unCompressTAPOperation (TableProperties newTAP, SprmOperation sprm)
|
||||
{
|
||||
|
|
|
@ -107,7 +107,6 @@ abstract class CellCacheEntry implements ICacheEntry {
|
|||
* Calls formulaCell.setFormulaResult(null, null) recursively all the way up the tree of
|
||||
* dependencies. Calls usedCell.clearConsumingCell(fc) for each child of a cell that is
|
||||
* cleared along the way.
|
||||
* @param formulaCells
|
||||
*/
|
||||
protected final void recurseClearCachedFormulaResults() {
|
||||
FormulaCellCacheEntry[] formulaCells = getConsumingCells();
|
||||
|
|
|
@ -58,10 +58,9 @@ public final class TimeFunc extends Fixed3ArgFunction {
|
|||
/**
|
||||
* Converts the supplied hours, minutes and seconds to an Excel time value.
|
||||
*
|
||||
*
|
||||
* @param ds array of 3 doubles containing hours, minutes and seconds.
|
||||
* Non-integer inputs are truncated to an integer before further calculation
|
||||
* of the time value.
|
||||
* @param hours
|
||||
* @param minutes
|
||||
* @param seconds as an integer
|
||||
* @return An Excel representation of a time of day.
|
||||
* If the time value represents more than a day, the days are removed from
|
||||
* the result, leaving only the time of day component.
|
||||
|
|
Loading…
Reference in New Issue