fixing javadocs errors (in JDK8)

removing Rainers author tags as those cause a lot of errors and should be omitted anyways (see https://poi.apache.org/guidelines.html)

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1748046 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Andreas Beeker 2016-06-12 20:19:59 +00:00
parent e190b07960
commit 3930739eab
45 changed files with 0 additions and 132 deletions

View File

@ -68,9 +68,6 @@ import org.apache.poi.util.TempFile;
* streams, however, are compared logically: they must have the same sections * streams, however, are compared logically: they must have the same sections
* with the same attributs, and the sections must contain the same properties. * with the same attributs, and the sections must contain the same properties.
* Details like the ordering of the properties do not matter.</p> * Details like the ordering of the properties do not matter.</p>
*
* @author Rainer Klute <a
* href="mailto:klute@rainer-klute.de">&lt;klute@rainer-klute.de&gt;</a>
*/ */
public class CopyCompare public class CopyCompare
{ {

View File

@ -69,9 +69,6 @@ import org.apache.poi.poifs.filesystem.NPOIFSFileSystem;
* <li><p>Write the POI filesystem back to the original file.</p></li> * <li><p>Write the POI filesystem back to the original file.</p></li>
* *
* </ol> * </ol>
*
* @author Rainer Klute <a
* href="mailto:klute@rainer-klute.de">klute@rainer-klute.de</a>
*/ */
public class ModifyDocumentSummaryInformation { public class ModifyDocumentSummaryInformation {

View File

@ -37,9 +37,6 @@ import org.apache.poi.util.HexDump;
* Call it with the document's file name as command-line parameter.</p> * Call it with the document's file name as command-line parameter.</p>
* *
* <p>Explanations can be found in the HPSF HOW-TO.</p> * <p>Explanations can be found in the HPSF HOW-TO.</p>
*
* @author Rainer Klute <a
* href="mailto:klute@rainer-klute.de">&lt;klute@rainer-klute.de&gt;</a>
*/ */
public class ReadCustomPropertySets public class ReadCustomPropertySets
{ {

View File

@ -32,9 +32,6 @@ import org.apache.poi.poifs.eventfilesystem.POIFSReaderListener;
* parameter.</p> * parameter.</p>
* *
* <p>Explanations can be found in the HPSF HOW-TO.</p> * <p>Explanations can be found in the HPSF HOW-TO.</p>
*
* @author Rainer Klute <a
* href="mailto:klute@rainer-klute.de">&lt;klute@rainer-klute.de&gt;</a>
*/ */
public class ReadTitle public class ReadTitle
{ {

View File

@ -81,9 +81,6 @@ import org.apache.poi.poifs.filesystem.POIFSFileSystem;
* summary information stream into the output file.</p> * summary information stream into the output file.</p>
* *
* <p>Further explanations can be found in the HPSF HOW-TO.</p> * <p>Further explanations can be found in the HPSF HOW-TO.</p>
*
* @author Rainer Klute <a
* href="mailto:klute@rainer-klute.de">&lt;klute@rainer-klute.de&gt;</a>
*/ */
public class WriteAuthorAndTitle public class WriteAuthorAndTitle
{ {

View File

@ -34,9 +34,6 @@ import org.apache.poi.poifs.filesystem.POIFSFileSystem;
/** /**
* <p>This class is a simple sample application showing how to create a property * <p>This class is a simple sample application showing how to create a property
* set and write it to disk.</p> * set and write it to disk.</p>
*
* @author Rainer Klute <a
* href="mailto:klute@rainer-klute.de">&lt;klute@rainer-klute.de&gt;</a>
*/ */
public class WriteTitle public class WriteTitle
{ {

View File

@ -23,9 +23,6 @@ import org.apache.poi.poifs.filesystem.*;
/** /**
* <p>Describes the most important (whatever that is) features of a * <p>Describes the most important (whatever that is) features of a
* {@link POIFSDocument}.</p> * {@link POIFSDocument}.</p>
*
* @author Rainer Klute <a
* href="mailto:klute@rainer-klute.de">&lt;klute@rainer-klute.de&gt;</a>
*/ */
public class DocumentDescriptor public class DocumentDescriptor
{ {

View File

@ -27,9 +27,6 @@ import org.apache.poi.util.HexDump;
* <p>{@link TreeCellRenderer} for a {@link DocumentDescriptor}. The * <p>{@link TreeCellRenderer} for a {@link DocumentDescriptor}. The
* renderer is extremly rudimentary since displays only the document's * renderer is extremly rudimentary since displays only the document's
* name, its size and its fist few bytes.</p> * name, its size and its fist few bytes.</p>
*
* @author Rainer Klute <a
* href="mailto:klute@rainer-klute.de">&lt;klute@rainer-klute.de&gt;</a>
*/ */
public class DocumentDescriptorRenderer extends DefaultTreeCellRenderer public class DocumentDescriptorRenderer extends DefaultTreeCellRenderer
{ {

View File

@ -33,9 +33,6 @@ import java.util.*;
* for the {@link Object} class, rendering is always possible. The * for the {@link Object} class, rendering is always possible. The
* default {@link Object} renderer can be replaced by another renderer * default {@link Object} renderer can be replaced by another renderer
* but it cannot be unregistered.</p> * but it cannot be unregistered.</p>
*
* @author Rainer Klute <a
* href="mailto:klute@rainer-klute.de">&lt;klute@rainer-klute.de&gt;</a>
*/ */
public class ExtendableTreeCellRenderer implements TreeCellRenderer public class ExtendableTreeCellRenderer implements TreeCellRenderer
{ {

View File

@ -37,9 +37,6 @@ import org.apache.poi.poifs.eventfilesystem.POIFSReader;
* JTree}. Specify their filenames on the command line!</p> * JTree}. Specify their filenames on the command line!</p>
* *
* @see POIFSReader * @see POIFSReader
*
* @author Rainer Klute <a
* href="mailto:klute@rainer-klute.de">&lt;klute@rainer-klute.de&gt;</a>
*/ */
@SuppressWarnings("serial") @SuppressWarnings("serial")
public class POIBrowser extends JFrame public class POIBrowser extends JFrame

View File

@ -30,8 +30,6 @@ import org.apache.poi.poifs.filesystem.POIFSDocumentPath;
/** /**
* <p>Describes the most important (whatever that is) features of a * <p>Describes the most important (whatever that is) features of a
* stream containing a {@link PropertySet}.</p> * stream containing a {@link PropertySet}.</p>
*
* @author Rainer Klute (klute@rainer-klute.de)
*/ */
public class PropertySetDescriptor extends DocumentDescriptor public class PropertySetDescriptor extends DocumentDescriptor
{ {

View File

@ -37,9 +37,6 @@ import org.apache.poi.util.HexDump;
/** /**
* <p>Renders a {@link PropertySetDescriptor} by more or less dumping * <p>Renders a {@link PropertySetDescriptor} by more or less dumping
* the stuff into a {@link JTextArea}.</p> * the stuff into a {@link JTextArea}.</p>
*
* @author Rainer Klute <a
* href="mailto:klute@rainer-klute.de">&lt;klute@rainer-klute.de&gt;</a>
*/ */
public class PropertySetDescriptorRenderer extends DocumentDescriptorRenderer public class PropertySetDescriptorRenderer extends DocumentDescriptorRenderer
{ {

View File

@ -53,9 +53,6 @@ import org.apache.poi.poifs.filesystem.POIFSDocumentPath;
* as many megabytes, an instance of {@link DocumentDescriptor} is a * as many megabytes, an instance of {@link DocumentDescriptor} is a
* light-weight object and contains only some meta-information about a * light-weight object and contains only some meta-information about a
* document.</p> * document.</p>
*
* @author Rainer Klute <a
* href="mailto:klute@rainer-klute.de">&lt;klute@rainer-klute.de&gt;</a>
*/ */
public class TreeReaderListener implements POIFSReaderListener public class TreeReaderListener implements POIFSReaderListener
{ {

View File

@ -23,9 +23,6 @@ import javax.swing.*;
/** /**
* <p>Contains various (well, just one at the moment) static utility * <p>Contains various (well, just one at the moment) static utility
* methods.</p> * methods.</p>
*
* @author Rainer Klute <a
* href="mailto:klute@rainer-klute.de">&lt;klute@rainer-klute.de&gt;</a>
*/ */
public class Util { public class Util {

View File

@ -52,9 +52,6 @@ import org.apache.poi.hpsf.wellknown.PropertyIDMap;
* <p>While this class is roughly HashMap<Long,CustomProperty>, that's the * <p>While this class is roughly HashMap<Long,CustomProperty>, that's the
* internal representation. To external calls, it should appear as * internal representation. To external calls, it should appear as
* HashMap<String,Object> mapping between Names and Custom Property Values.</p> * HashMap<String,Object> mapping between Names and Custom Property Values.</p>
*
* @author Rainer Klute <a
* href="mailto:klute@rainer-klute.de">&lt;klute@rainer-klute.de&gt;</a>
*/ */
@SuppressWarnings("serial") @SuppressWarnings("serial")
public class CustomProperties extends HashMap<Object,CustomProperty> public class CustomProperties extends HashMap<Object,CustomProperty>

View File

@ -22,9 +22,6 @@ package org.apache.poi.hpsf;
* information stream. The difference to normal properties is that custom * information stream. The difference to normal properties is that custom
* properties have an optional name. If the name is not <code>null</code> it * properties have an optional name. If the name is not <code>null</code> it
* will be maintained in the section's dictionary.</p> * will be maintained in the section's dictionary.</p>
*
* @author Rainer Klute <a
* href="mailto:klute@rainer-klute.de">&lt;klute@rainer-klute.de&gt;</a>
*/ */
public class CustomProperty extends MutableProperty public class CustomProperty extends MutableProperty
{ {

View File

@ -21,9 +21,6 @@ package org.apache.poi.hpsf;
* <p>This exception is the superclass of all other checked exceptions thrown * <p>This exception is the superclass of all other checked exceptions thrown
* in this package. It supports a nested "reason" throwable, i.e. an exception * in this package. It supports a nested "reason" throwable, i.e. an exception
* that caused this one to be thrown.</p> * that caused this one to be thrown.</p>
*
* @author Rainer Klute <a
* href="mailto:klute@rainer-klute.de">&lt;klute@rainer-klute.de&gt;</a>
*/ */
public class HPSFException extends Exception public class HPSFException extends Exception
{ {

View File

@ -22,9 +22,6 @@ package org.apache.poi.hpsf;
* <p>This exception is the superclass of all other unchecked * <p>This exception is the superclass of all other unchecked
* exceptions thrown in this package. It supports a nested "reason" * exceptions thrown in this package. It supports a nested "reason"
* throwable, i.e. an exception that caused this one to be thrown.</p> * throwable, i.e. an exception that caused this one to be thrown.</p>
*
* @author Rainer Klute <a
* href="mailto:klute@rainer-klute.de">&lt;klute@rainer-klute.de&gt;</a>
*/ */
public class HPSFRuntimeException extends RuntimeException public class HPSFRuntimeException extends RuntimeException
{ {

View File

@ -22,9 +22,6 @@ import org.apache.poi.util.HexDump;
/** /**
* <p>This exception is thrown if HPSF encounters a variant type that is illegal * <p>This exception is thrown if HPSF encounters a variant type that is illegal
* in the current context.</p> * in the current context.</p>
*
* @author Rainer Klute <a
* href="mailto:klute@rainer-klute.de">&lt;klute@rainer-klute.de&gt;</a>
*/ */
public class IllegalVariantTypeException extends VariantTypeException public class IllegalVariantTypeException extends VariantTypeException
{ {

View File

@ -20,9 +20,6 @@ package org.apache.poi.hpsf;
/** /**
* <p>This exception is thrown if an {@link java.io.InputStream} does * <p>This exception is thrown if an {@link java.io.InputStream} does
* not support the {@link java.io.InputStream#mark} operation.</p> * not support the {@link java.io.InputStream#mark} operation.</p>
*
* @author Rainer Klute <a
* href="mailto:klute@rainer-klute.de">&lt;klute@rainer-klute.de&gt;</a>
*/ */
public class MarkUnsupportedException extends HPSFException public class MarkUnsupportedException extends HPSFException
{ {

View File

@ -23,9 +23,6 @@ package org.apache.poi.hpsf;
* *
* <p>The constructors of this class are analogous to those of its * <p>The constructors of this class are analogous to those of its
* superclass and documented there.</p> * superclass and documented there.</p>
*
* @author Rainer Klute <a
* href="mailto:klute@rainer-klute.de">&lt;klute@rainer-klute.de&gt;</a>
*/ */
public class MissingSectionException extends HPSFRuntimeException public class MissingSectionException extends HPSFRuntimeException
{ {

View File

@ -27,9 +27,6 @@ import org.apache.poi.util.CodePageUtil;
* *
* <p>Please be aware that this class' functionality will be merged into the * <p>Please be aware that this class' functionality will be merged into the
* {@link Property} class at a later time, so the API will change.</p> * {@link Property} class at a later time, so the API will change.</p>
*
* @author Rainer Klute <a
* href="mailto:klute@rainer-klute.de">&lt;klute@rainer-klute.de&gt;</a>
*/ */
public class MutableProperty extends Property public class MutableProperty extends Property
{ {

View File

@ -36,9 +36,6 @@ import org.apache.poi.util.LittleEndianConsts;
* *
* <p>Please be aware that this class' functionality will be merged into the * <p>Please be aware that this class' functionality will be merged into the
* {@link PropertySet} class at a later time, so the API will change.</p> * {@link PropertySet} class at a later time, so the API will change.</p>
*
* @author Rainer Klute <a
* href="mailto:klute@rainer-klute.de">&lt;klute@rainer-klute.de&gt;</a>
*/ */
public class MutablePropertySet extends PropertySet public class MutablePropertySet extends PropertySet
{ {

View File

@ -22,9 +22,6 @@ package org.apache.poi.hpsf;
* but does not have a formatID set (see {@link * but does not have a formatID set (see {@link
* MutableSection#setFormatID(ClassID)} or * MutableSection#setFormatID(ClassID)} or
* {@link org.apache.poi.hpsf.MutableSection#setFormatID(byte[])}. * {@link org.apache.poi.hpsf.MutableSection#setFormatID(byte[])}.
*
* @author Rainer Klute <a
* href="mailto:klute@rainer-klute.de">&lt;klute@rainer-klute.de&gt;</a>
*/ */
public class NoFormatIDException extends HPSFRuntimeException public class NoFormatIDException extends HPSFRuntimeException
{ {

View File

@ -23,9 +23,6 @@ package org.apache.poi.hpsf;
* *
* <p>The constructors of this class are analogous to those of its superclass * <p>The constructors of this class are analogous to those of its superclass
* and are documented there.</p> * and are documented there.</p>
*
* @author Rainer Klute <a
* href="mailto:klute@rainer-klute.de">&lt;klute@rainer-klute.de&gt;</a>
*/ */
public class NoPropertySetStreamException extends HPSFException public class NoPropertySetStreamException extends HPSFException
{ {

View File

@ -25,9 +25,6 @@ package org.apache.poi.hpsf;
* *
* <p>The constructors of this class are analogous to those of its * <p>The constructors of this class are analogous to those of its
* superclass and documented there.</p> * superclass and documented there.</p>
*
* @author Rainer Klute <a
* href="mailto:klute@rainer-klute.de">&lt;klute@rainer-klute.de&gt;</a>
*/ */
public class NoSingleSectionException extends HPSFRuntimeException public class NoSingleSectionException extends HPSFRuntimeException
{ {

View File

@ -53,10 +53,6 @@ import org.apache.poi.util.LittleEndian;
* a {@link PropertySet}'s {@link Section} (throwing a {@link * a {@link PropertySet}'s {@link Section} (throwing a {@link
* NoSingleSectionException} if the {@link PropertySet} contains more * NoSingleSectionException} if the {@link PropertySet} contains more
* (or less) than exactly one {@link Section}).</p> * (or less) than exactly one {@link Section}).</p>
*
* @author Rainer Klute <a
* href="mailto:klute@rainer-klute.de">&lt;klute@rainer-klute.de&gt;</a>
* @author Drew Varner (Drew.Varner hanginIn sc.edu)
*/ */
public class PropertySet public class PropertySet
{ {

View File

@ -23,9 +23,6 @@ package org.apache.poi.hpsf;
* *
* @see WritingNotSupportedException * @see WritingNotSupportedException
* @see UnsupportedVariantTypeException * @see UnsupportedVariantTypeException
*
* @author Rainer Klute <a
* href="mailto:klute@rainer-klute.de">&lt;klute@rainer-klute.de&gt;</a>
*/ */
public class ReadingNotSupportedException public class ReadingNotSupportedException
extends UnsupportedVariantTypeException extends UnsupportedVariantTypeException

View File

@ -30,10 +30,6 @@ import org.apache.poi.util.LittleEndian;
/** /**
* <p>Represents a section in a {@link PropertySet}.</p> * <p>Represents a section in a {@link PropertySet}.</p>
*
* @author Rainer Klute <a
* href="mailto:klute@rainer-klute.de">&lt;klute@rainer-klute.de&gt;</a>
* @author Drew Varner (Drew.Varner allUpIn sc.edu)
*/ */
public class Section public class Section
{ {

View File

@ -24,9 +24,6 @@ import org.apache.poi.util.LittleEndian;
/** /**
* <p>Class for writing little-endian data and more.</p> * <p>Class for writing little-endian data and more.</p>
*
* @author Rainer Klute <a
* href="mailto:klute@rainer-klute.de">&lt;klute@rainer-klute.de&gt;</a>
*/ */
public class TypeWriter public class TypeWriter
{ {

View File

@ -24,9 +24,6 @@ package org.apache.poi.hpsf;
* *
* <p>The constructors of this class are analogous to those of its * <p>The constructors of this class are analogous to those of its
* superclass and documented there.</p> * superclass and documented there.</p>
*
* @author Rainer Klute <a
* href="mailto:klute@rainer-klute.de">&lt;klute@rainer-klute.de&gt;</a>
*/ */
public class UnexpectedPropertySetTypeException extends HPSFException public class UnexpectedPropertySetTypeException extends HPSFException
{ {

View File

@ -25,9 +25,6 @@ import org.apache.poi.util.HexDump;
* retrieved using the {@link VariantTypeException#getValue} method.</p> * retrieved using the {@link VariantTypeException#getValue} method.</p>
* *
* <p>Obviously this class should disappear some day.</p> * <p>Obviously this class should disappear some day.</p>
*
* @author Rainer Klute <a
* href="mailto:klute@rainer-klute.de">&lt;klute@rainer-klute.de&gt;</a>
*/ */
public abstract class UnsupportedVariantTypeException public abstract class UnsupportedVariantTypeException
extends VariantTypeException extends VariantTypeException

View File

@ -27,8 +27,6 @@ import org.apache.poi.util.SuppressForbidden;
/** /**
* <p>Provides various static utility methods.</p> * <p>Provides various static utility methods.</p>
*
* @author Rainer Klute (klute@rainer-klute.de)
*/ */
public class Util public class Util
{ {

View File

@ -32,8 +32,6 @@ import java.util.Map;
* <strong>[T]</strong> - may appear in a TYPEDESC, * <strong>[T]</strong> - may appear in a TYPEDESC,
* <strong>[P]</strong> - may appear in an OLE property set, * <strong>[P]</strong> - may appear in an OLE property set,
* <strong>[S]</strong> - may appear in a Safe Array.</p> * <strong>[S]</strong> - may appear in a Safe Array.</p>
*
* @author Rainer Klute (klute@rainer-klute.de)
*/ */
public class Variant public class Variant
{ {

View File

@ -43,9 +43,6 @@ import org.apache.poi.util.POILogger;
* output stream.</p></li> * output stream.</p></li>
* *
* </ul> * </ul>
*
* @author Rainer Klute <a
* href="mailto:klute@rainer-klute.de">&lt;klute@rainer-klute.de&gt;</a>
*/ */
public class VariantSupport extends Variant public class VariantSupport extends Variant
{ {

View File

@ -20,9 +20,6 @@ package org.apache.poi.hpsf;
/** /**
* <p>This exception is thrown if HPSF encounters a problem with a variant type. * <p>This exception is thrown if HPSF encounters a problem with a variant type.
* Concrete subclasses specifiy the problem further.</p> * Concrete subclasses specifiy the problem further.</p>
*
* @author Rainer Klute <a
* href="mailto:klute@rainer-klute.de">&lt;klute@rainer-klute.de&gt;</a>
*/ */
public abstract class VariantTypeException extends HPSFException public abstract class VariantTypeException extends HPSFException
{ {

View File

@ -23,9 +23,6 @@ package org.apache.poi.hpsf;
* *
* @see ReadingNotSupportedException * @see ReadingNotSupportedException
* @see UnsupportedVariantTypeException * @see UnsupportedVariantTypeException
*
* @author Rainer Klute <a
* href="mailto:klute@rainer-klute.de">&lt;klute@rainer-klute.de&gt;</a>
*/ */
public class WritingNotSupportedException public class WritingNotSupportedException
extends UnsupportedVariantTypeException extends UnsupportedVariantTypeException

View File

@ -30,9 +30,6 @@ import java.util.Map;
* PropertyIDMap}s. An application that wants to extend these maps * PropertyIDMap}s. An application that wants to extend these maps
* should treat them as unmodifiable, copy them and modifiy the * should treat them as unmodifiable, copy them and modifiy the
* copies.</p> * copies.</p>
*
* @author Rainer Klute <a
* href="mailto:klute@rainer-klute.de">&lt;klute@rainer-klute.de&gt;</a>
*/ */
public class PropertyIDMap extends HashMap<Long,String> { public class PropertyIDMap extends HashMap<Long,String> {

View File

@ -27,18 +27,12 @@ import java.util.logging.Logger;
* <p>Processes a test method for all OLE2 files in the HPSF test data * <p>Processes a test method for all OLE2 files in the HPSF test data
* directory. Well, this class does not check whether a file is an OLE2 file but * directory. Well, this class does not check whether a file is an OLE2 file but
* rather whether its name begins with "Test".</p> * rather whether its name begins with "Test".</p>
*
* @author Rainer Klute <a
* href="mailto:klute@rainer-klute.de">&lt;klute@rainer-klute.de&gt;</a>
*/ */
public class AllDataFilesTester { public class AllDataFilesTester {
private static final POIDataSamples _samples = POIDataSamples.getHPSFInstance(); private static final POIDataSamples _samples = POIDataSamples.getHPSFInstance();
/** /**
* <p>Interface specifying how to run a test on a single file.</p> * <p>Interface specifying how to run a test on a single file.</p>
*
* @author Rainer Klute <a
* href="mailto:klute@rainer-klute.de">&lt;klute@rainer-klute.de&gt;</a>
*/ */
public interface TestTask public interface TestTask
{ {

View File

@ -21,8 +21,6 @@ import org.apache.poi.poifs.filesystem.POIFSDocumentPath;
/** /**
* <p>A POI file just for testing.</p> * <p>A POI file just for testing.</p>
*
* @author Rainer Klute (klute@rainer-klute.de)
*/ */
public class POIFile public class POIFile
{ {

View File

@ -45,8 +45,6 @@ import org.junit.Test;
/** /**
* <p>Tests the basic HPSF functionality.</p> * <p>Tests the basic HPSF functionality.</p>
*
* @author Rainer Klute (klute@rainer-klute.de)
*/ */
public final class TestBasic { public final class TestBasic {

View File

@ -39,9 +39,6 @@ import org.apache.poi.hpsf.Variant;
/** /**
* <p>Test case for OLE2 files with empty properties. An empty property's type * <p>Test case for OLE2 files with empty properties. An empty property's type
* is {@link Variant#VT_EMPTY}.</p> * is {@link Variant#VT_EMPTY}.</p>
*
* @author Rainer Klute <a
* href="mailto:klute@rainer-klute.de">&lt;klute@rainer-klute.de&gt;</a>
*/ */
public final class TestEmptyProperties extends TestCase { public final class TestEmptyProperties extends TestCase {

View File

@ -33,8 +33,6 @@ import org.apache.poi.hpsf.PropertySetFactory;
* <p>Tests some HPSF functionality by reading all property sets from all files * <p>Tests some HPSF functionality by reading all property sets from all files
* in the "data" directory. If you want to ensure HPSF can deal with a certain * in the "data" directory. If you want to ensure HPSF can deal with a certain
* OLE2 file, just add it to the "data" directory and run this test case.</p> * OLE2 file, just add it to the "data" directory and run this test case.</p>
*
* @author Rainer Klute (klute@rainer-klute.de)
*/ */
public class TestReadAllFiles extends TestCase { public class TestReadAllFiles extends TestCase {
private static String[] excludes = new String[] {}; private static String[] excludes = new String[] {};

View File

@ -36,8 +36,6 @@ import org.apache.poi.util.CodePageUtil;
/** /**
* <p>Tests whether Unicode string can be read from a * <p>Tests whether Unicode string can be read from a
* DocumentSummaryInformation.</p> * DocumentSummaryInformation.</p>
*
* @author Rainer Klute (klute@rainer-klute.de)
*/ */
public class TestUnicode extends TestCase { public class TestUnicode extends TestCase {

View File

@ -42,8 +42,6 @@ import org.apache.poi.poifs.eventfilesystem.POIFSReaderListener;
/** /**
* <p>Static utility methods needed by the HPSF test cases.</p> * <p>Static utility methods needed by the HPSF test cases.</p>
*
* @author Rainer Klute (klute@rainer-klute.de)
*/ */
final class Util { final class Util {