remove line

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1923765 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
PJ Fanning 2025-02-12 21:56:12 +00:00
parent 219f43b4ee
commit ed744e15b4

View File

@ -811,7 +811,6 @@ public class DateUtil {
* @return true if valid
* @param value the double value
*/
public static boolean isValidExcelDate(double value)
{
return (value > -Double.MIN_VALUE);