From: Andreas Beeker Date: Sun, 12 Jun 2016 20:19:59 +0000 (+0000) Subject: fixing javadocs errors (in JDK8) X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=a1ff5002a5fb41f1d24f86912b982e908772d8ba;p=poi.git 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 --- diff --git a/src/examples/src/org/apache/poi/hpsf/examples/CopyCompare.java b/src/examples/src/org/apache/poi/hpsf/examples/CopyCompare.java index 3c5cd17a69..b09427c321 100644 --- a/src/examples/src/org/apache/poi/hpsf/examples/CopyCompare.java +++ b/src/examples/src/org/apache/poi/hpsf/examples/CopyCompare.java @@ -68,9 +68,6 @@ import org.apache.poi.util.TempFile; * streams, however, are compared logically: they must have the same sections * with the same attributs, and the sections must contain the same properties. * Details like the ordering of the properties do not matter.

- * - * @author Rainer Klute <klute@rainer-klute.de> */ public class CopyCompare { diff --git a/src/examples/src/org/apache/poi/hpsf/examples/ModifyDocumentSummaryInformation.java b/src/examples/src/org/apache/poi/hpsf/examples/ModifyDocumentSummaryInformation.java index a051b94a98..81a9594e79 100644 --- a/src/examples/src/org/apache/poi/hpsf/examples/ModifyDocumentSummaryInformation.java +++ b/src/examples/src/org/apache/poi/hpsf/examples/ModifyDocumentSummaryInformation.java @@ -69,9 +69,6 @@ import org.apache.poi.poifs.filesystem.NPOIFSFileSystem; *
  • Write the POI filesystem back to the original file.

  • * * - * - * @author Rainer Klute klute@rainer-klute.de */ public class ModifyDocumentSummaryInformation { diff --git a/src/examples/src/org/apache/poi/hpsf/examples/ReadCustomPropertySets.java b/src/examples/src/org/apache/poi/hpsf/examples/ReadCustomPropertySets.java index 8d1a0a9c85..222fff9fff 100644 --- a/src/examples/src/org/apache/poi/hpsf/examples/ReadCustomPropertySets.java +++ b/src/examples/src/org/apache/poi/hpsf/examples/ReadCustomPropertySets.java @@ -37,9 +37,6 @@ import org.apache.poi.util.HexDump; * Call it with the document's file name as command-line parameter.

    * *

    Explanations can be found in the HPSF HOW-TO.

    - * - * @author Rainer Klute <klute@rainer-klute.de> */ public class ReadCustomPropertySets { diff --git a/src/examples/src/org/apache/poi/hpsf/examples/ReadTitle.java b/src/examples/src/org/apache/poi/hpsf/examples/ReadTitle.java index c036d222b6..201030ac29 100644 --- a/src/examples/src/org/apache/poi/hpsf/examples/ReadTitle.java +++ b/src/examples/src/org/apache/poi/hpsf/examples/ReadTitle.java @@ -32,9 +32,6 @@ import org.apache.poi.poifs.eventfilesystem.POIFSReaderListener; * parameter.

    * *

    Explanations can be found in the HPSF HOW-TO.

    - * - * @author Rainer Klute <klute@rainer-klute.de> */ public class ReadTitle { 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 05cba5c921..0ba2bc9279 100644 --- a/src/examples/src/org/apache/poi/hpsf/examples/WriteAuthorAndTitle.java +++ b/src/examples/src/org/apache/poi/hpsf/examples/WriteAuthorAndTitle.java @@ -81,9 +81,6 @@ import org.apache.poi.poifs.filesystem.POIFSFileSystem; * summary information stream into the output file.

    * *

    Further explanations can be found in the HPSF HOW-TO.

    - * - * @author Rainer Klute <klute@rainer-klute.de> */ public class WriteAuthorAndTitle { diff --git a/src/examples/src/org/apache/poi/hpsf/examples/WriteTitle.java b/src/examples/src/org/apache/poi/hpsf/examples/WriteTitle.java index 22e1f69cdd..e57ef17b44 100644 --- a/src/examples/src/org/apache/poi/hpsf/examples/WriteTitle.java +++ b/src/examples/src/org/apache/poi/hpsf/examples/WriteTitle.java @@ -34,9 +34,6 @@ import org.apache.poi.poifs.filesystem.POIFSFileSystem; /** *

    This class is a simple sample application showing how to create a property * set and write it to disk.

    - * - * @author Rainer Klute <klute@rainer-klute.de> */ public class WriteTitle { diff --git a/src/examples/src/org/apache/poi/poifs/poibrowser/DocumentDescriptor.java b/src/examples/src/org/apache/poi/poifs/poibrowser/DocumentDescriptor.java index c9647f9a22..247684d1b6 100644 --- a/src/examples/src/org/apache/poi/poifs/poibrowser/DocumentDescriptor.java +++ b/src/examples/src/org/apache/poi/poifs/poibrowser/DocumentDescriptor.java @@ -23,9 +23,6 @@ import org.apache.poi.poifs.filesystem.*; /** *

    Describes the most important (whatever that is) features of a * {@link POIFSDocument}.

    - * - * @author Rainer Klute <klute@rainer-klute.de> */ public class DocumentDescriptor { diff --git a/src/examples/src/org/apache/poi/poifs/poibrowser/DocumentDescriptorRenderer.java b/src/examples/src/org/apache/poi/poifs/poibrowser/DocumentDescriptorRenderer.java index 7be745b8f0..698aab35ea 100644 --- a/src/examples/src/org/apache/poi/poifs/poibrowser/DocumentDescriptorRenderer.java +++ b/src/examples/src/org/apache/poi/poifs/poibrowser/DocumentDescriptorRenderer.java @@ -27,9 +27,6 @@ import org.apache.poi.util.HexDump; *

    {@link TreeCellRenderer} for a {@link DocumentDescriptor}. The * renderer is extremly rudimentary since displays only the document's * name, its size and its fist few bytes.

    - * - * @author Rainer Klute <klute@rainer-klute.de> */ public class DocumentDescriptorRenderer extends DefaultTreeCellRenderer { diff --git a/src/examples/src/org/apache/poi/poifs/poibrowser/ExtendableTreeCellRenderer.java b/src/examples/src/org/apache/poi/poifs/poibrowser/ExtendableTreeCellRenderer.java index ee58728640..917c0b0570 100644 --- a/src/examples/src/org/apache/poi/poifs/poibrowser/ExtendableTreeCellRenderer.java +++ b/src/examples/src/org/apache/poi/poifs/poibrowser/ExtendableTreeCellRenderer.java @@ -33,9 +33,6 @@ import java.util.*; * for the {@link Object} class, rendering is always possible. The * default {@link Object} renderer can be replaced by another renderer * but it cannot be unregistered.

    - * - * @author Rainer Klute <klute@rainer-klute.de> */ public class ExtendableTreeCellRenderer implements TreeCellRenderer { diff --git a/src/examples/src/org/apache/poi/poifs/poibrowser/POIBrowser.java b/src/examples/src/org/apache/poi/poifs/poibrowser/POIBrowser.java index a57c48d678..d1fa1727ca 100644 --- a/src/examples/src/org/apache/poi/poifs/poibrowser/POIBrowser.java +++ b/src/examples/src/org/apache/poi/poifs/poibrowser/POIBrowser.java @@ -37,9 +37,6 @@ import org.apache.poi.poifs.eventfilesystem.POIFSReader; * JTree}. Specify their filenames on the command line!

    * * @see POIFSReader - * - * @author Rainer Klute <klute@rainer-klute.de> */ @SuppressWarnings("serial") public class POIBrowser extends JFrame diff --git a/src/examples/src/org/apache/poi/poifs/poibrowser/PropertySetDescriptor.java b/src/examples/src/org/apache/poi/poifs/poibrowser/PropertySetDescriptor.java index 4596d0260d..f9658ae03f 100644 --- a/src/examples/src/org/apache/poi/poifs/poibrowser/PropertySetDescriptor.java +++ b/src/examples/src/org/apache/poi/poifs/poibrowser/PropertySetDescriptor.java @@ -30,8 +30,6 @@ import org.apache.poi.poifs.filesystem.POIFSDocumentPath; /** *

    Describes the most important (whatever that is) features of a * stream containing a {@link PropertySet}.

    - * - * @author Rainer Klute (klute@rainer-klute.de) */ public class PropertySetDescriptor extends DocumentDescriptor { diff --git a/src/examples/src/org/apache/poi/poifs/poibrowser/PropertySetDescriptorRenderer.java b/src/examples/src/org/apache/poi/poifs/poibrowser/PropertySetDescriptorRenderer.java index 8f81f51665..085f2db6d7 100644 --- a/src/examples/src/org/apache/poi/poifs/poibrowser/PropertySetDescriptorRenderer.java +++ b/src/examples/src/org/apache/poi/poifs/poibrowser/PropertySetDescriptorRenderer.java @@ -37,9 +37,6 @@ import org.apache.poi.util.HexDump; /** *

    Renders a {@link PropertySetDescriptor} by more or less dumping * the stuff into a {@link JTextArea}.

    - * - * @author Rainer Klute <klute@rainer-klute.de> */ public class PropertySetDescriptorRenderer extends DocumentDescriptorRenderer { diff --git a/src/examples/src/org/apache/poi/poifs/poibrowser/TreeReaderListener.java b/src/examples/src/org/apache/poi/poifs/poibrowser/TreeReaderListener.java index 531e66b923..3174610cad 100644 --- a/src/examples/src/org/apache/poi/poifs/poibrowser/TreeReaderListener.java +++ b/src/examples/src/org/apache/poi/poifs/poibrowser/TreeReaderListener.java @@ -53,9 +53,6 @@ import org.apache.poi.poifs.filesystem.POIFSDocumentPath; * as many megabytes, an instance of {@link DocumentDescriptor} is a * light-weight object and contains only some meta-information about a * document.

    - * - * @author Rainer Klute <klute@rainer-klute.de> */ public class TreeReaderListener implements POIFSReaderListener { diff --git a/src/examples/src/org/apache/poi/poifs/poibrowser/Util.java b/src/examples/src/org/apache/poi/poifs/poibrowser/Util.java index 6f5bc6f424..8e86b18735 100644 --- a/src/examples/src/org/apache/poi/poifs/poibrowser/Util.java +++ b/src/examples/src/org/apache/poi/poifs/poibrowser/Util.java @@ -23,9 +23,6 @@ import javax.swing.*; /** *

    Contains various (well, just one at the moment) static utility * methods.

    - * - * @author Rainer Klute <klute@rainer-klute.de> */ public class Util { diff --git a/src/java/org/apache/poi/hpsf/CustomProperties.java b/src/java/org/apache/poi/hpsf/CustomProperties.java index 9642e0dbcf..caa6ca9132 100644 --- a/src/java/org/apache/poi/hpsf/CustomProperties.java +++ b/src/java/org/apache/poi/hpsf/CustomProperties.java @@ -52,9 +52,6 @@ import org.apache.poi.hpsf.wellknown.PropertyIDMap; *

    While this class is roughly HashMap, that's the * internal representation. To external calls, it should appear as * HashMap mapping between Names and Custom Property Values.

    - * - * @author Rainer Klute <klute@rainer-klute.de> */ @SuppressWarnings("serial") public class CustomProperties extends HashMap diff --git a/src/java/org/apache/poi/hpsf/CustomProperty.java b/src/java/org/apache/poi/hpsf/CustomProperty.java index 7c58e8f748..a256d94d3a 100644 --- a/src/java/org/apache/poi/hpsf/CustomProperty.java +++ b/src/java/org/apache/poi/hpsf/CustomProperty.java @@ -22,9 +22,6 @@ package org.apache.poi.hpsf; * information stream. The difference to normal properties is that custom * properties have an optional name. If the name is not null it * will be maintained in the section's dictionary.

    - * - * @author Rainer Klute <klute@rainer-klute.de> */ public class CustomProperty extends MutableProperty { diff --git a/src/java/org/apache/poi/hpsf/HPSFException.java b/src/java/org/apache/poi/hpsf/HPSFException.java index f0f12dbc6c..abc3b8d9f7 100644 --- a/src/java/org/apache/poi/hpsf/HPSFException.java +++ b/src/java/org/apache/poi/hpsf/HPSFException.java @@ -21,9 +21,6 @@ package org.apache.poi.hpsf; *

    This exception is the superclass of all other checked exceptions thrown * in this package. It supports a nested "reason" throwable, i.e. an exception * that caused this one to be thrown.

    - * - * @author Rainer Klute <klute@rainer-klute.de> */ public class HPSFException extends Exception { diff --git a/src/java/org/apache/poi/hpsf/HPSFRuntimeException.java b/src/java/org/apache/poi/hpsf/HPSFRuntimeException.java index 7f3fa1fa1a..984a316fc2 100644 --- a/src/java/org/apache/poi/hpsf/HPSFRuntimeException.java +++ b/src/java/org/apache/poi/hpsf/HPSFRuntimeException.java @@ -22,9 +22,6 @@ package org.apache.poi.hpsf; *

    This exception is the superclass of all other unchecked * exceptions thrown in this package. It supports a nested "reason" * throwable, i.e. an exception that caused this one to be thrown.

    - * - * @author Rainer Klute <klute@rainer-klute.de> */ public class HPSFRuntimeException extends RuntimeException { diff --git a/src/java/org/apache/poi/hpsf/IllegalVariantTypeException.java b/src/java/org/apache/poi/hpsf/IllegalVariantTypeException.java index f72bb44b2e..b71ff47032 100644 --- a/src/java/org/apache/poi/hpsf/IllegalVariantTypeException.java +++ b/src/java/org/apache/poi/hpsf/IllegalVariantTypeException.java @@ -22,9 +22,6 @@ import org.apache.poi.util.HexDump; /** *

    This exception is thrown if HPSF encounters a variant type that is illegal * in the current context.

    - * - * @author Rainer Klute <klute@rainer-klute.de> */ public class IllegalVariantTypeException extends VariantTypeException { diff --git a/src/java/org/apache/poi/hpsf/MarkUnsupportedException.java b/src/java/org/apache/poi/hpsf/MarkUnsupportedException.java index c1c5dc8592..450c892abc 100644 --- a/src/java/org/apache/poi/hpsf/MarkUnsupportedException.java +++ b/src/java/org/apache/poi/hpsf/MarkUnsupportedException.java @@ -20,9 +20,6 @@ package org.apache.poi.hpsf; /** *

    This exception is thrown if an {@link java.io.InputStream} does * not support the {@link java.io.InputStream#mark} operation.

    - * - * @author Rainer Klute <klute@rainer-klute.de> */ public class MarkUnsupportedException extends HPSFException { diff --git a/src/java/org/apache/poi/hpsf/MissingSectionException.java b/src/java/org/apache/poi/hpsf/MissingSectionException.java index 35df686227..f3e81cad29 100644 --- a/src/java/org/apache/poi/hpsf/MissingSectionException.java +++ b/src/java/org/apache/poi/hpsf/MissingSectionException.java @@ -23,9 +23,6 @@ package org.apache.poi.hpsf; * *

    The constructors of this class are analogous to those of its * superclass and documented there.

    - * - * @author Rainer Klute <klute@rainer-klute.de> */ public class MissingSectionException extends HPSFRuntimeException { diff --git a/src/java/org/apache/poi/hpsf/MutableProperty.java b/src/java/org/apache/poi/hpsf/MutableProperty.java index 09bdcc36bb..9d77c0dd08 100644 --- a/src/java/org/apache/poi/hpsf/MutableProperty.java +++ b/src/java/org/apache/poi/hpsf/MutableProperty.java @@ -27,9 +27,6 @@ import org.apache.poi.util.CodePageUtil; * *

    Please be aware that this class' functionality will be merged into the * {@link Property} class at a later time, so the API will change.

    - * - * @author Rainer Klute <klute@rainer-klute.de> */ public class MutableProperty extends Property { diff --git a/src/java/org/apache/poi/hpsf/MutablePropertySet.java b/src/java/org/apache/poi/hpsf/MutablePropertySet.java index c95671f287..4175a414f3 100644 --- a/src/java/org/apache/poi/hpsf/MutablePropertySet.java +++ b/src/java/org/apache/poi/hpsf/MutablePropertySet.java @@ -36,9 +36,6 @@ import org.apache.poi.util.LittleEndianConsts; * *

    Please be aware that this class' functionality will be merged into the * {@link PropertySet} class at a later time, so the API will change.

    - * - * @author Rainer Klute <klute@rainer-klute.de> */ public class MutablePropertySet extends PropertySet { diff --git a/src/java/org/apache/poi/hpsf/NoFormatIDException.java b/src/java/org/apache/poi/hpsf/NoFormatIDException.java index 507aab38a0..f1a09438e1 100644 --- a/src/java/org/apache/poi/hpsf/NoFormatIDException.java +++ b/src/java/org/apache/poi/hpsf/NoFormatIDException.java @@ -22,9 +22,6 @@ package org.apache.poi.hpsf; * but does not have a formatID set (see {@link * MutableSection#setFormatID(ClassID)} or * {@link org.apache.poi.hpsf.MutableSection#setFormatID(byte[])}. - * - * @author Rainer Klute <klute@rainer-klute.de> */ public class NoFormatIDException extends HPSFRuntimeException { diff --git a/src/java/org/apache/poi/hpsf/NoPropertySetStreamException.java b/src/java/org/apache/poi/hpsf/NoPropertySetStreamException.java index cd580fa287..62738d42b4 100644 --- a/src/java/org/apache/poi/hpsf/NoPropertySetStreamException.java +++ b/src/java/org/apache/poi/hpsf/NoPropertySetStreamException.java @@ -23,9 +23,6 @@ package org.apache.poi.hpsf; * *

    The constructors of this class are analogous to those of its superclass * and are documented there.

    - * - * @author Rainer Klute <klute@rainer-klute.de> */ public class NoPropertySetStreamException extends HPSFException { diff --git a/src/java/org/apache/poi/hpsf/NoSingleSectionException.java b/src/java/org/apache/poi/hpsf/NoSingleSectionException.java index 46aa332b19..2309fe5612 100644 --- a/src/java/org/apache/poi/hpsf/NoSingleSectionException.java +++ b/src/java/org/apache/poi/hpsf/NoSingleSectionException.java @@ -25,9 +25,6 @@ package org.apache.poi.hpsf; * *

    The constructors of this class are analogous to those of its * superclass and documented there.

    - * - * @author Rainer Klute <klute@rainer-klute.de> */ public class NoSingleSectionException extends HPSFRuntimeException { diff --git a/src/java/org/apache/poi/hpsf/PropertySet.java b/src/java/org/apache/poi/hpsf/PropertySet.java index a3ca1d0360..47a93132b7 100644 --- a/src/java/org/apache/poi/hpsf/PropertySet.java +++ b/src/java/org/apache/poi/hpsf/PropertySet.java @@ -53,10 +53,6 @@ import org.apache.poi.util.LittleEndian; * a {@link PropertySet}'s {@link Section} (throwing a {@link * NoSingleSectionException} if the {@link PropertySet} contains more * (or less) than exactly one {@link Section}).

    - * - * @author Rainer Klute <klute@rainer-klute.de> - * @author Drew Varner (Drew.Varner hanginIn sc.edu) */ public class PropertySet { diff --git a/src/java/org/apache/poi/hpsf/ReadingNotSupportedException.java b/src/java/org/apache/poi/hpsf/ReadingNotSupportedException.java index a66dc7c4f4..cb16058a78 100644 --- a/src/java/org/apache/poi/hpsf/ReadingNotSupportedException.java +++ b/src/java/org/apache/poi/hpsf/ReadingNotSupportedException.java @@ -23,9 +23,6 @@ package org.apache.poi.hpsf; * * @see WritingNotSupportedException * @see UnsupportedVariantTypeException - * - * @author Rainer Klute <klute@rainer-klute.de> */ public class ReadingNotSupportedException extends UnsupportedVariantTypeException diff --git a/src/java/org/apache/poi/hpsf/Section.java b/src/java/org/apache/poi/hpsf/Section.java index b473572100..c54fe51ab2 100644 --- a/src/java/org/apache/poi/hpsf/Section.java +++ b/src/java/org/apache/poi/hpsf/Section.java @@ -30,10 +30,6 @@ import org.apache.poi.util.LittleEndian; /** *

    Represents a section in a {@link PropertySet}.

    - * - * @author Rainer Klute <klute@rainer-klute.de> - * @author Drew Varner (Drew.Varner allUpIn sc.edu) */ public class Section { diff --git a/src/java/org/apache/poi/hpsf/TypeWriter.java b/src/java/org/apache/poi/hpsf/TypeWriter.java index b1e501cabc..16270eb1d5 100644 --- a/src/java/org/apache/poi/hpsf/TypeWriter.java +++ b/src/java/org/apache/poi/hpsf/TypeWriter.java @@ -24,9 +24,6 @@ import org.apache.poi.util.LittleEndian; /** *

    Class for writing little-endian data and more.

    - * - * @author Rainer Klute <klute@rainer-klute.de> */ public class TypeWriter { diff --git a/src/java/org/apache/poi/hpsf/UnexpectedPropertySetTypeException.java b/src/java/org/apache/poi/hpsf/UnexpectedPropertySetTypeException.java index de635d61b3..54efe0f44a 100644 --- a/src/java/org/apache/poi/hpsf/UnexpectedPropertySetTypeException.java +++ b/src/java/org/apache/poi/hpsf/UnexpectedPropertySetTypeException.java @@ -24,9 +24,6 @@ package org.apache.poi.hpsf; * *

    The constructors of this class are analogous to those of its * superclass and documented there.

    - * - * @author Rainer Klute <klute@rainer-klute.de> */ public class UnexpectedPropertySetTypeException extends HPSFException { diff --git a/src/java/org/apache/poi/hpsf/UnsupportedVariantTypeException.java b/src/java/org/apache/poi/hpsf/UnsupportedVariantTypeException.java index 125f7046f2..12afdcb4cb 100644 --- a/src/java/org/apache/poi/hpsf/UnsupportedVariantTypeException.java +++ b/src/java/org/apache/poi/hpsf/UnsupportedVariantTypeException.java @@ -25,9 +25,6 @@ import org.apache.poi.util.HexDump; * retrieved using the {@link VariantTypeException#getValue} method.

    * *

    Obviously this class should disappear some day.

    - * - * @author Rainer Klute <klute@rainer-klute.de> */ public abstract class UnsupportedVariantTypeException extends VariantTypeException diff --git a/src/java/org/apache/poi/hpsf/Util.java b/src/java/org/apache/poi/hpsf/Util.java index 57ae6e2d23..5d75cb986f 100644 --- a/src/java/org/apache/poi/hpsf/Util.java +++ b/src/java/org/apache/poi/hpsf/Util.java @@ -27,8 +27,6 @@ import org.apache.poi.util.SuppressForbidden; /** *

    Provides various static utility methods.

    - * - * @author Rainer Klute (klute@rainer-klute.de) */ public class Util { diff --git a/src/java/org/apache/poi/hpsf/Variant.java b/src/java/org/apache/poi/hpsf/Variant.java index fd1539ec0f..3f606043aa 100644 --- a/src/java/org/apache/poi/hpsf/Variant.java +++ b/src/java/org/apache/poi/hpsf/Variant.java @@ -32,8 +32,6 @@ import java.util.Map; * [T] - may appear in a TYPEDESC, * [P] - may appear in an OLE property set, * [S] - may appear in a Safe Array.

    - * - * @author Rainer Klute (klute@rainer-klute.de) */ public class Variant { diff --git a/src/java/org/apache/poi/hpsf/VariantSupport.java b/src/java/org/apache/poi/hpsf/VariantSupport.java index fe327b3d99..b4816eb912 100644 --- a/src/java/org/apache/poi/hpsf/VariantSupport.java +++ b/src/java/org/apache/poi/hpsf/VariantSupport.java @@ -43,9 +43,6 @@ import org.apache.poi.util.POILogger; * output stream.

    * * - * - * @author Rainer Klute <klute@rainer-klute.de> */ public class VariantSupport extends Variant { diff --git a/src/java/org/apache/poi/hpsf/VariantTypeException.java b/src/java/org/apache/poi/hpsf/VariantTypeException.java index 58100bd074..c2d2e8f66f 100644 --- a/src/java/org/apache/poi/hpsf/VariantTypeException.java +++ b/src/java/org/apache/poi/hpsf/VariantTypeException.java @@ -20,9 +20,6 @@ package org.apache.poi.hpsf; /** *

    This exception is thrown if HPSF encounters a problem with a variant type. * Concrete subclasses specifiy the problem further.

    - * - * @author Rainer Klute <klute@rainer-klute.de> */ public abstract class VariantTypeException extends HPSFException { diff --git a/src/java/org/apache/poi/hpsf/WritingNotSupportedException.java b/src/java/org/apache/poi/hpsf/WritingNotSupportedException.java index e602478ab8..d409999f78 100644 --- a/src/java/org/apache/poi/hpsf/WritingNotSupportedException.java +++ b/src/java/org/apache/poi/hpsf/WritingNotSupportedException.java @@ -23,9 +23,6 @@ package org.apache.poi.hpsf; * * @see ReadingNotSupportedException * @see UnsupportedVariantTypeException - * - * @author Rainer Klute <klute@rainer-klute.de> */ public class WritingNotSupportedException extends UnsupportedVariantTypeException diff --git a/src/java/org/apache/poi/hpsf/wellknown/PropertyIDMap.java b/src/java/org/apache/poi/hpsf/wellknown/PropertyIDMap.java index 72f09ff112..e1c3d2b18c 100644 --- a/src/java/org/apache/poi/hpsf/wellknown/PropertyIDMap.java +++ b/src/java/org/apache/poi/hpsf/wellknown/PropertyIDMap.java @@ -30,9 +30,6 @@ import java.util.Map; * PropertyIDMap}s. An application that wants to extend these maps * should treat them as unmodifiable, copy them and modifiy the * copies.

    - * - * @author Rainer Klute <klute@rainer-klute.de> */ public class PropertyIDMap extends HashMap { diff --git a/src/testcases/org/apache/poi/hpsf/basic/AllDataFilesTester.java b/src/testcases/org/apache/poi/hpsf/basic/AllDataFilesTester.java index 0e1c212326..2a7b89c4a0 100644 --- a/src/testcases/org/apache/poi/hpsf/basic/AllDataFilesTester.java +++ b/src/testcases/org/apache/poi/hpsf/basic/AllDataFilesTester.java @@ -27,18 +27,12 @@ import java.util.logging.Logger; *

    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 * rather whether its name begins with "Test".

    - * - * @author Rainer Klute <klute@rainer-klute.de> */ public class AllDataFilesTester { private static final POIDataSamples _samples = POIDataSamples.getHPSFInstance(); /** *

    Interface specifying how to run a test on a single file.

    - * - * @author Rainer Klute <klute@rainer-klute.de> */ public interface TestTask { diff --git a/src/testcases/org/apache/poi/hpsf/basic/POIFile.java b/src/testcases/org/apache/poi/hpsf/basic/POIFile.java index ae05ffff1a..9db2a97a9e 100644 --- a/src/testcases/org/apache/poi/hpsf/basic/POIFile.java +++ b/src/testcases/org/apache/poi/hpsf/basic/POIFile.java @@ -21,8 +21,6 @@ import org.apache.poi.poifs.filesystem.POIFSDocumentPath; /** *

    A POI file just for testing.

    - * - * @author Rainer Klute (klute@rainer-klute.de) */ public class POIFile { diff --git a/src/testcases/org/apache/poi/hpsf/basic/TestBasic.java b/src/testcases/org/apache/poi/hpsf/basic/TestBasic.java index ef902c0836..8937dca585 100644 --- a/src/testcases/org/apache/poi/hpsf/basic/TestBasic.java +++ b/src/testcases/org/apache/poi/hpsf/basic/TestBasic.java @@ -45,8 +45,6 @@ import org.junit.Test; /** *

    Tests the basic HPSF functionality.

    - * - * @author Rainer Klute (klute@rainer-klute.de) */ public final class TestBasic { diff --git a/src/testcases/org/apache/poi/hpsf/basic/TestEmptyProperties.java b/src/testcases/org/apache/poi/hpsf/basic/TestEmptyProperties.java index 4e3bb21a1e..7e356a4359 100644 --- a/src/testcases/org/apache/poi/hpsf/basic/TestEmptyProperties.java +++ b/src/testcases/org/apache/poi/hpsf/basic/TestEmptyProperties.java @@ -39,9 +39,6 @@ import org.apache.poi.hpsf.Variant; /** *

    Test case for OLE2 files with empty properties. An empty property's type * is {@link Variant#VT_EMPTY}.

    - * - * @author Rainer Klute <klute@rainer-klute.de> */ public final class TestEmptyProperties extends TestCase { diff --git a/src/testcases/org/apache/poi/hpsf/basic/TestReadAllFiles.java b/src/testcases/org/apache/poi/hpsf/basic/TestReadAllFiles.java index d083f62f9f..d29cc80347 100644 --- a/src/testcases/org/apache/poi/hpsf/basic/TestReadAllFiles.java +++ b/src/testcases/org/apache/poi/hpsf/basic/TestReadAllFiles.java @@ -33,8 +33,6 @@ import org.apache.poi.hpsf.PropertySetFactory; *

    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 * OLE2 file, just add it to the "data" directory and run this test case.

    - * - * @author Rainer Klute (klute@rainer-klute.de) */ public class TestReadAllFiles extends TestCase { private static String[] excludes = new String[] {}; diff --git a/src/testcases/org/apache/poi/hpsf/basic/TestUnicode.java b/src/testcases/org/apache/poi/hpsf/basic/TestUnicode.java index adaee32d9c..7edf22ff65 100644 --- a/src/testcases/org/apache/poi/hpsf/basic/TestUnicode.java +++ b/src/testcases/org/apache/poi/hpsf/basic/TestUnicode.java @@ -36,8 +36,6 @@ import org.apache.poi.util.CodePageUtil; /** *

    Tests whether Unicode string can be read from a * DocumentSummaryInformation.

    - * - * @author Rainer Klute (klute@rainer-klute.de) */ public class TestUnicode extends TestCase { diff --git a/src/testcases/org/apache/poi/hpsf/basic/Util.java b/src/testcases/org/apache/poi/hpsf/basic/Util.java index 6b33f54d13..c67bc5dbd4 100644 --- a/src/testcases/org/apache/poi/hpsf/basic/Util.java +++ b/src/testcases/org/apache/poi/hpsf/basic/Util.java @@ -42,8 +42,6 @@ import org.apache.poi.poifs.eventfilesystem.POIFSReaderListener; /** *

    Static utility methods needed by the HPSF test cases.

    - * - * @author Rainer Klute (klute@rainer-klute.de) */ final class Util {