From: Greg Woolsey Date: Tue, 14 Feb 2017 20:25:46 +0000 (+0000) Subject: Fix accidental call to a method added in Java 7, which for some reason Eclipse didn... X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=64f9c52a7d98f7fead9b5bd9c2337360ad63220d;p=poi.git Fix accidental call to a method added in Java 7, which for some reason Eclipse didn't flag, even with compliance level set to 1.6. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1783022 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/java/org/apache/poi/ss/formula/EvaluationConditionalFormatRule.java b/src/java/org/apache/poi/ss/formula/EvaluationConditionalFormatRule.java index 7fb1377dfc..9ccb5bd5ea 100644 --- a/src/java/org/apache/poi/ss/formula/EvaluationConditionalFormatRule.java +++ b/src/java/org/apache/poi/ss/formula/EvaluationConditionalFormatRule.java @@ -213,9 +213,9 @@ public class EvaluationConditionalFormatRule implements Comparable