Consistent indenting, based on current POI style guide

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1540987 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Nick Burch 2013-11-12 09:53:57 +00:00
parent 381cc611d7
commit c6dde74f4f

View File

@ -47,11 +47,8 @@ import org.apache.poi.util.POILogger;
/**
* Physical zip package.
*
* @author Julien Chable
*/
public final class ZipPackage extends Package {
private static POILogger logger = POILogFactory.getLogger(ZipPackage.class);
/**