summaryrefslogtreecommitdiffstats
path: root/src/examples
diff options
context:
space:
mode:
authorRainer Klute <klute@apache.org>2005-01-25 20:08:18 +0000
committerRainer Klute <klute@apache.org>2005-01-25 20:08:18 +0000
commit1e127a592f29e3ce12cda95e30856c9271dc0a07 (patch)
treef587df0e4f0204776e9280082ea132f151e04416 /src/examples
parentd556b84e205d6af377285e2f572ccdad4c7f073a (diff)
downloadpoi-1e127a592f29e3ce12cda95e30856c9271dc0a07.tar.gz
poi-1e127a592f29e3ce12cda95e30856c9271dc0a07.zip
- Compiling POI now includes the example classes.
- Javadoc now includes the example classes. - Added usage instructions to the POI Browser documentation. - Added references to the examples and the contributed software to the POI overview. - Added a missing import to an HPSF example class. git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353626 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/examples')
-rw-r--r--src/examples/src/org/apache/poi/hpsf/examples/WriteAuthorAndTitle.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/examples/src/org/apache/poi/hpsf/examples/WriteAuthorAndTitle.java b/src/examples/src/org/apache/poi/hpsf/examples/WriteAuthorAndTitle.java
index e5e413b464..f9fe5e9344 100644
--- a/src/examples/src/org/apache/poi/hpsf/examples/WriteAuthorAndTitle.java
+++ b/src/examples/src/org/apache/poi/hpsf/examples/WriteAuthorAndTitle.java
@@ -34,6 +34,7 @@ import org.apache.poi.hpsf.MutableSection;
import org.apache.poi.hpsf.NoPropertySetStreamException;
import org.apache.poi.hpsf.PropertySet;
import org.apache.poi.hpsf.PropertySetFactory;
+import org.apache.poi.hpsf.SummaryInformation;
import org.apache.poi.hpsf.Util;
import org.apache.poi.hpsf.Variant;
import org.apache.poi.hpsf.WritingNotSupportedException;