aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/poi/hssf/model/DrawingManager.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/java/org/apache/poi/hssf/model/DrawingManager.java')
-rw-r--r--src/java/org/apache/poi/hssf/model/DrawingManager.java5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/java/org/apache/poi/hssf/model/DrawingManager.java b/src/java/org/apache/poi/hssf/model/DrawingManager.java
index e2aec95339..fbf1f444cb 100644
--- a/src/java/org/apache/poi/hssf/model/DrawingManager.java
+++ b/src/java/org/apache/poi/hssf/model/DrawingManager.java
@@ -1,6 +1,5 @@
-
/* ====================================================================
- Copyright 2002-2004 Apache Software Foundation
+ Copyright 2004 Apache Software Foundation
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -14,7 +13,7 @@
See the License for the specific language governing permissions and
limitations under the License.
==================================================================== */
-
+
package org.apache.poi.hssf.model;
import org.apache.poi.ddf.EscherDggRecord;