make instance variable final
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1779551 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a9436e9789
commit
47e81bd78c
@ -34,7 +34,7 @@ public enum PageOrder {
|
|||||||
OVER_THEN_DOWN(2);
|
OVER_THEN_DOWN(2);
|
||||||
|
|
||||||
|
|
||||||
private int order;
|
private final int order;
|
||||||
|
|
||||||
|
|
||||||
private PageOrder(int order) {
|
private PageOrder(int order) {
|
||||||
|
Loading…
Reference in New Issue
Block a user