Skip to content

Commit ed744e1

Browse files
committed
remove line
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1923765 13f79535-47bb-0310-9956-ffa450edef68
1 parent 219f43b commit ed744e1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

poi/src/main/java/org/apache/poi/ss/usermodel/DateUtil.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -811,7 +811,6 @@ public static boolean isCellInternalDateFormatted(Cell cell) {
811811
* @return true if valid
812812
* @param value the double value
813813
*/
814-
815814
public static boolean isValidExcelDate(double value)
816815
{
817816
return (value > -Double.MIN_VALUE);

0 commit comments

Comments
 (0)