Skip to content

Commit

Permalink
remove line
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1923765 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
pjfanning committed Feb 12, 2025
1 parent 219f43b commit ed744e1
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -811,7 +811,6 @@ public static boolean isCellInternalDateFormatted(Cell cell) {
* @return true if valid
* @param value the double value
*/

public static boolean isValidExcelDate(double value)
{
return (value > -Double.MIN_VALUE);
Expand Down

0 comments on commit ed744e1

Please sign in to comment.