From: PJ Fanning Date: Wed, 28 Feb 2018 10:30:05 +0000 (+0000) Subject: fix license check failure X-Git-Tag: REL_4_0_0_FINAL~227 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=9afcf5ae4365a8e2453a293f2b952e22d19e2e0b;p=poi.git fix license check failure git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1825547 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/build.xml b/build.xml index 242b2513a5..670585b736 100644 --- a/build.xml +++ b/build.xml @@ -2046,46 +2046,46 @@ under the License. - + - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + - - ${rat.reportcontent} + + ${rat.reportcontent} - - + + diff --git a/src/examples/src/org/apache/poi/xwpf/usermodel/examples/BarChartExampleDOCX.java b/src/examples/src/org/apache/poi/xwpf/usermodel/examples/BarChartExampleDOCX.java index efc5a70f87..6d73c87221 100644 --- a/src/examples/src/org/apache/poi/xwpf/usermodel/examples/BarChartExampleDOCX.java +++ b/src/examples/src/org/apache/poi/xwpf/usermodel/examples/BarChartExampleDOCX.java @@ -71,7 +71,7 @@ public class BarChartExampleDOCX { // set model String ln; - while((ln = modelReader.readLine()) != null){ + while((ln = modelReader.readLine()) != null) { String[] vals = ln.split("\\s+"); listCategories.add(vals[0]); listValues.add(Double.valueOf(vals[1]));