From: Javen O'Neal Date: Mon, 30 Nov 2015 04:36:17 +0000 (+0000) Subject: whitespace X-Git-Tag: REL_3_14_BETA1~40 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=0a02cc5053b8b3a0944878d947e6cea21fc92c75;p=poi.git whitespace git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1717162 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/java/org/apache/poi/ss/usermodel/Row.java b/src/java/org/apache/poi/ss/usermodel/Row.java index f3ea9c9c1a..1aae2f78d7 100644 --- a/src/java/org/apache/poi/ss/usermodel/Row.java +++ b/src/java/org/apache/poi/ss/usermodel/Row.java @@ -226,11 +226,11 @@ public interface Row extends Iterable { RETURN_BLANK_AS_NULL(), CREATE_NULL_AS_BLANK(); - private int NEXT_ID = 1; - public final int id; - private MissingCellPolicy() { - this.id = NEXT_ID++; - } + private int NEXT_ID = 1; + public final int id; + private MissingCellPolicy() { + this.id = NEXT_ID++; + } } /** Missing cells are returned as null, Blank cells are returned as normal */ public static final MissingCellPolicy RETURN_NULL_AND_BLANK = MissingCellPolicy.RETURN_NULL_AND_BLANK;