]> source.dussan.org Git - poi.git/commitdiff
@author modified
authorRainer Klute <klute@apache.org>
Thu, 4 Sep 2003 19:46:00 +0000 (19:46 +0000)
committerRainer Klute <klute@apache.org>
Thu, 4 Sep 2003 19:46:00 +0000 (19:46 +0000)
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353336 13f79535-47bb-0310-9956-ffa450edef68

src/contrib/src/org/apache/poi/contrib/poibrowser/DocumentDescriptor.java
src/contrib/src/org/apache/poi/contrib/poibrowser/DocumentDescriptorRenderer.java
src/contrib/src/org/apache/poi/contrib/poibrowser/ExtendableTreeCellRenderer.java
src/contrib/src/org/apache/poi/contrib/poibrowser/POIBrowser.java
src/contrib/src/org/apache/poi/contrib/poibrowser/PropertySetDescriptorRenderer.java
src/contrib/src/org/apache/poi/contrib/poibrowser/TreeReaderListener.java
src/contrib/src/org/apache/poi/contrib/poibrowser/Util.java

index 6054d39c9926e0039cbea62408338758ece7ccd8..ccfc963f9b5abff8b68b80d890b9b0c48df8870e 100644 (file)
@@ -68,6 +68,9 @@ import org.apache.poi.poifs.filesystem.*;
  * @author Rainer Klute (klute@rainer-klute.de)
  * @version $Id$
  * @since 2002-02-05
+ * *
+ * @author Rainer Klute <a
+ * href="mailto:klute@rainer-klute.de">&lt;klute@rainer-klute.de&gt;</a>
  */
 public class DocumentDescriptor
 {
index bca744e6b2c9f5f0a6bac981bb38deff71d3db88..3d00eb7f765a2f8b8ab6cd31a0e7c47e7855b9e7 100644 (file)
@@ -67,7 +67,8 @@ import javax.swing.tree.*;
  * renderer is extremly rudimentary since displays only the document's
  * name, its size and its fist few bytes.</p>
  *
- * @author Rainer Klute (klute@rainer-klute.de)
+ * @author Rainer Klute <a
+ * href="mailto:klute@rainer-klute.de">&lt;klute@rainer-klute.de&gt;</a>
  * @version $Id$
  * @since 2002-02-05
  */
index 7c6a332db027b3261e4fd0fd2343f88deb67496d..1bd80d65353aa9c3cd4a113df84719b99685f2a5 100644 (file)
@@ -75,7 +75,8 @@ import java.util.*;
  * default {@link Object} renderer can be replaced by another renderer
  * but it cannot be unregistered.</p>
  *
- * @author Rainer Klute (klute@rainer-klute.de)
+ * @author Rainer Klute <a
+ * href="mailto:klute@rainer-klute.de">&lt;klute@rainer-klute.de&gt;</a>
  * @version $Id$
  * @since 2002-01-22
  */
index 1ca8d8342cccbb2cc9cf7a5e3b1c57601afb5fcd..80fcc4bb53e89d08dcc5ae2e6896a4cc70f907e8 100644 (file)
@@ -71,7 +71,8 @@ import org.apache.poi.poifs.eventfilesystem.*;
  *
  * @see POIFSReader
  *
- * @author Rainer Klute (klute@rainer-klute.de)
+ * @author Rainer Klute <a
+ * href="mailto:klute@rainer-klute.de">&lt;klute@rainer-klute.de&gt;</a>
  * @version $Id$
  * @since 2002-01-19
  */
index 1af794da81b1f42a202c2738906eab4b12aac44e..d058a07d871782cac27c0cb18fd9ba1916e1b9a6 100644 (file)
@@ -78,7 +78,8 @@ import org.apache.poi.hpsf.SummaryInformation;
  * <p>Renders a {@link PropertySetDescriptor} by more or less dumping
  * the stuff into a {@link JTextArea}.</p>
  *
- * @author Rainer Klute (klute@rainer-klute.de)
+ * @author Rainer Klute <a
+ * href="mailto:klute@rainer-klute.de">&lt;klute@rainer-klute.de&gt;</a>
  * @version $Id$
  * @since 2002-02-05
  */
index 0467872fae6ba269540b8f845f1d5e93055f961e..a8d1edfcd24015ece24490cd832eb2b002df9da1 100644 (file)
@@ -89,7 +89,8 @@ import org.apache.poi.poifs.filesystem.*;
  * instance of {@link DocumentDescriptor} is a light-weight object and
  * contains only some meta-information about a document.</p>
  *
- * @author Rainer Klute (klute@rainer-klute.de)
+ * @author Rainer Klute <a
+ * href="mailto:klute@rainer-klute.de">&lt;klute@rainer-klute.de&gt;</a>
  * @version $Id$
  * @since 2002-01-24
  */
index 07529948bb69c747be8f15bb8b5d22a14d36fe59..fd82f0bf0504d4743231dc17a073096668ec2a6c 100644 (file)
@@ -65,7 +65,8 @@ import javax.swing.*;
  * <p>Contains various (well, just one at the moment) static utility
  * methods.</p>
  *
- * @author Rainer Klute (klute@rainer-klute.de)
+ * @author Rainer Klute <a
+ * href="mailto:klute@rainer-klute.de">&lt;klute@rainer-klute.de&gt;</a>
  * @version $Id$
  * @since 2002-01-25
  */