mirror of https://github.com/apache/poi.git
make OPCPackage logger final
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1736721 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
42c265b1fa
commit
83810e71f6
|
@ -67,7 +67,7 @@ public abstract class OPCPackage implements RelationshipSource, Closeable {
|
||||||
/**
|
/**
|
||||||
* Logger.
|
* Logger.
|
||||||
*/
|
*/
|
||||||
private static POILogger logger = POILogFactory.getLogger(OPCPackage.class);
|
private static final POILogger logger = POILogFactory.getLogger(OPCPackage.class);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Default package access.
|
* Default package access.
|
||||||
|
|
Loading…
Reference in New Issue