mirror of https://github.com/apache/poi.git
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
dc66cc5158
commit
552c3d914a
|
@ -34,7 +34,7 @@ public enum PageOrder {
|
|||
OVER_THEN_DOWN(2);
|
||||
|
||||
|
||||
private int order;
|
||||
private final int order;
|
||||
|
||||
|
||||
private PageOrder(int order) {
|
||||
|
|
Loading…
Reference in New Issue