@author modified

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353336 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Rainer Klute 2003-09-04 19:46:00 +00:00
parent 08fc8ae755
commit d085296822
7 changed files with 15 additions and 6 deletions

View 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
{

View 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
*/

View 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
*/

View 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
*/

View 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
*/

View 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
*/

View 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
*/