]> source.dussan.org Git - poi.git/commitdiff
fixing javadocs errors (in JDK8)
authorAndreas Beeker <kiwiwings@apache.org>
Sun, 12 Jun 2016 20:19:59 +0000 (20:19 +0000)
committerAndreas Beeker <kiwiwings@apache.org>
Sun, 12 Jun 2016 20:19:59 +0000 (20:19 +0000)
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

45 files changed:
src/examples/src/org/apache/poi/hpsf/examples/CopyCompare.java
src/examples/src/org/apache/poi/hpsf/examples/ModifyDocumentSummaryInformation.java
src/examples/src/org/apache/poi/hpsf/examples/ReadCustomPropertySets.java
src/examples/src/org/apache/poi/hpsf/examples/ReadTitle.java
src/examples/src/org/apache/poi/hpsf/examples/WriteAuthorAndTitle.java
src/examples/src/org/apache/poi/hpsf/examples/WriteTitle.java
src/examples/src/org/apache/poi/poifs/poibrowser/DocumentDescriptor.java
src/examples/src/org/apache/poi/poifs/poibrowser/DocumentDescriptorRenderer.java
src/examples/src/org/apache/poi/poifs/poibrowser/ExtendableTreeCellRenderer.java
src/examples/src/org/apache/poi/poifs/poibrowser/POIBrowser.java
src/examples/src/org/apache/poi/poifs/poibrowser/PropertySetDescriptor.java
src/examples/src/org/apache/poi/poifs/poibrowser/PropertySetDescriptorRenderer.java
src/examples/src/org/apache/poi/poifs/poibrowser/TreeReaderListener.java
src/examples/src/org/apache/poi/poifs/poibrowser/Util.java
src/java/org/apache/poi/hpsf/CustomProperties.java
src/java/org/apache/poi/hpsf/CustomProperty.java
src/java/org/apache/poi/hpsf/HPSFException.java
src/java/org/apache/poi/hpsf/HPSFRuntimeException.java
src/java/org/apache/poi/hpsf/IllegalVariantTypeException.java
src/java/org/apache/poi/hpsf/MarkUnsupportedException.java
src/java/org/apache/poi/hpsf/MissingSectionException.java
src/java/org/apache/poi/hpsf/MutableProperty.java
src/java/org/apache/poi/hpsf/MutablePropertySet.java
src/java/org/apache/poi/hpsf/NoFormatIDException.java
src/java/org/apache/poi/hpsf/NoPropertySetStreamException.java
src/java/org/apache/poi/hpsf/NoSingleSectionException.java
src/java/org/apache/poi/hpsf/PropertySet.java
src/java/org/apache/poi/hpsf/ReadingNotSupportedException.java
src/java/org/apache/poi/hpsf/Section.java
src/java/org/apache/poi/hpsf/TypeWriter.java
src/java/org/apache/poi/hpsf/UnexpectedPropertySetTypeException.java
src/java/org/apache/poi/hpsf/UnsupportedVariantTypeException.java
src/java/org/apache/poi/hpsf/Util.java
src/java/org/apache/poi/hpsf/Variant.java
src/java/org/apache/poi/hpsf/VariantSupport.java
src/java/org/apache/poi/hpsf/VariantTypeException.java
src/java/org/apache/poi/hpsf/WritingNotSupportedException.java
src/java/org/apache/poi/hpsf/wellknown/PropertyIDMap.java
src/testcases/org/apache/poi/hpsf/basic/AllDataFilesTester.java
src/testcases/org/apache/poi/hpsf/basic/POIFile.java
src/testcases/org/apache/poi/hpsf/basic/TestBasic.java
src/testcases/org/apache/poi/hpsf/basic/TestEmptyProperties.java
src/testcases/org/apache/poi/hpsf/basic/TestReadAllFiles.java
src/testcases/org/apache/poi/hpsf/basic/TestUnicode.java
src/testcases/org/apache/poi/hpsf/basic/Util.java

index 3c5cd17a693e23605f841244ffa5a9643366c798..b09427c321335992bcca3d1024f866a8ca0557ea 100644 (file)
@@ -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.</p>
- *
- * @author Rainer Klute <a
- * href="mailto:klute@rainer-klute.de">&lt;klute@rainer-klute.de&gt;</a>
  */
 public class CopyCompare
 {
index a051b94a9880af9eadebfb4dfca7902bb25e832d..81a9594e79bede3ab733096ae3c7be27079bb81a 100644 (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>
  *
  * </ol>
- *
- * @author Rainer Klute <a
- *         href="mailto:klute@rainer-klute.de">klute@rainer-klute.de</a>
  */
 public class ModifyDocumentSummaryInformation {
 
index 8d1a0a9c855d4643109fa60cba124d82518af2e1..222fff9fff3bcbe1e7461aed65ad2cd61ef9e62c 100644 (file)
@@ -37,9 +37,6 @@ import org.apache.poi.util.HexDump;
  * Call it with the document's file name as command-line parameter.</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
 {
index c036d222b6f81493001901e40d7b8ee3f2ef8eee..201030ac2946cb432126f8b242c700001ed6235e 100644 (file)
@@ -32,9 +32,6 @@ import org.apache.poi.poifs.eventfilesystem.POIFSReaderListener;
  * parameter.</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
 {
index 05cba5c921c5df23c1778a753b4bdd1c58893ffe..0ba2bc9279975536d73032a6d4256c1f9c36e232 100644 (file)
@@ -81,9 +81,6 @@ import org.apache.poi.poifs.filesystem.POIFSFileSystem;
  * summary information stream into the output file.</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
 {
index 22e1f69cdd84697ea961b2f0ba9934bbab38d8af..e57ef17b44cec4743d84058b9a379dc675051b17 100644 (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
  * 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
 {
index c9647f9a221727bbe214ac926024b3567e9b3c0a..247684d1b6e5e344c50a801c1a4778340b9f89b2 100644 (file)
@@ -23,9 +23,6 @@ import org.apache.poi.poifs.filesystem.*;
 /**
  * <p>Describes the most important (whatever that is) features of a
  * {@link POIFSDocument}.</p>
- *
- * @author Rainer Klute <a
- * href="mailto:klute@rainer-klute.de">&lt;klute@rainer-klute.de&gt;</a>
  */
 public class DocumentDescriptor
 {
index 7be745b8f070fd3f4ff62d61a3014f61dd0c9a3b..698aab35eabdcdd243b6a6eba930176ea977b7d2 100644 (file)
@@ -27,9 +27,6 @@ import org.apache.poi.util.HexDump;
  * <p>{@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.</p>
- *
- * @author Rainer Klute <a
- * href="mailto:klute@rainer-klute.de">&lt;klute@rainer-klute.de&gt;</a>
  */
 public class DocumentDescriptorRenderer extends DefaultTreeCellRenderer
 {
index ee58728640d547f0e9d9fb973c7ba1fba8ffa47e..917c0b0570c5f72992f61d272812e1b73132b691 100644 (file)
@@ -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.</p>
- *
- * @author Rainer Klute <a
- * href="mailto:klute@rainer-klute.de">&lt;klute@rainer-klute.de&gt;</a>
  */
 public class ExtendableTreeCellRenderer implements TreeCellRenderer
 {
index a57c48d678fd26a0f84cc3f9b268b17409f3cba4..d1fa1727caa75b64f4c3c440fff4515e729b126a 100644 (file)
@@ -37,9 +37,6 @@ import org.apache.poi.poifs.eventfilesystem.POIFSReader;
  * JTree}. Specify their filenames on the command line!</p>
  *
  * @see POIFSReader
- *
- * @author Rainer Klute <a
- * href="mailto:klute@rainer-klute.de">&lt;klute@rainer-klute.de&gt;</a>
  */
 @SuppressWarnings("serial")
 public class POIBrowser extends JFrame
index 4596d0260dc003b3de632ef42ac19629c5385a06..f9658ae03f687188c9c464d25e44dfdc1710d5ab 100644 (file)
@@ -30,8 +30,6 @@ import org.apache.poi.poifs.filesystem.POIFSDocumentPath;
 /**
  * <p>Describes the most important (whatever that is) features of a
  * stream containing a {@link PropertySet}.</p>
- *
- * @author Rainer Klute (klute@rainer-klute.de)
  */
 public class PropertySetDescriptor extends DocumentDescriptor
 {
index 8f81f51665909b64fdb7777965037c06d4b62ab8..085f2db6d7f24675ae27c720ef0c82e40537b0ba 100644 (file)
@@ -37,9 +37,6 @@ import org.apache.poi.util.HexDump;
 /**
  * <p>Renders a {@link PropertySetDescriptor} by more or less dumping
  * 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
 {
index 531e66b92397b104fb20d7b551aaec1c8029636a..3174610cad6cff41329afcca45590b2562b579ae 100644 (file)
@@ -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.</p>
- *
- * @author Rainer Klute <a
- * href="mailto:klute@rainer-klute.de">&lt;klute@rainer-klute.de&gt;</a>
  */
 public class TreeReaderListener implements POIFSReaderListener
 {
index 6f5bc6f424f6ca654eba2d0bb7f193a151af0427..8e86b18735a711fa57699d9cbbacfbec158ee62e 100644 (file)
@@ -23,9 +23,6 @@ import javax.swing.*;
 /**
  * <p>Contains various (well, just one at the moment) static utility
  * methods.</p>
- *
- * @author Rainer Klute <a
- * href="mailto:klute@rainer-klute.de">&lt;klute@rainer-klute.de&gt;</a>
  */
 public class Util {
 
index 9642e0dbcf9286a4fe1de927e908b156d894e7dc..caa6ca91328a01105e242ef44703229e62cc74ee 100644 (file)
@@ -52,9 +52,6 @@ import org.apache.poi.hpsf.wellknown.PropertyIDMap;
  * <p>While this class is roughly HashMap<Long,CustomProperty>, that's the
  *  internal representation. To external calls, it should appear as
  *  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")
 public class CustomProperties extends HashMap<Object,CustomProperty>
index 7c58e8f7482006fd0794d4e3416dd95ac875b10a..a256d94d3ab6ab44e5f1b175eb5c98b770810c81 100644 (file)
@@ -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 <code>null</code> it
  * 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
 {
index f0f12dbc6c12c81268bd0e5b86e7513d8616548c..abc3b8d9f7051b7b2baa13cd0424dadebfed44e8 100644 (file)
@@ -21,9 +21,6 @@ package org.apache.poi.hpsf;
  * <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
  * 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
 {
index 7f3fa1fa1ae802589c756be6f7566cf48b41366e..984a316fc27ecd1772241d958c4170e03d6e8d33 100644 (file)
@@ -22,9 +22,6 @@ package org.apache.poi.hpsf;
  * <p>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.</p>
- *
- * @author Rainer Klute <a
- * href="mailto:klute@rainer-klute.de">&lt;klute@rainer-klute.de&gt;</a>
  */
 public class HPSFRuntimeException extends RuntimeException
 {
index f72bb44b2e33cfb7a49e10443f1f30b366b75860..b71ff4703260de276630fdd36fee9b19ae918780 100644 (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
  * 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
 {
index c1c5dc8592ad02dec493182ae3dd9295c7ed9243..450c892abc3c1ea95431afaf418e8fb056dca3f4 100644 (file)
@@ -20,9 +20,6 @@ package org.apache.poi.hpsf;
 /**
  * <p>This exception is thrown if an {@link java.io.InputStream} does
  * 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
 {
index 35df68622722bcb5b6e6e5480177344374bc0ffd..f3e81cad29fc27fbab1021b4b54779517a6f46fe 100644 (file)
@@ -23,9 +23,6 @@ package org.apache.poi.hpsf;
  *
  * <p>The constructors of this class are analogous to those of its
  * 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
 {
index 09bdcc36bb4791a465386fe6e910c824f4fa8e81..9d77c0dd0817a66e65804df812592a4cd51e801e 100644 (file)
@@ -27,9 +27,6 @@ import org.apache.poi.util.CodePageUtil;
  *
  * <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>
- *
- * @author Rainer Klute <a
- * href="mailto:klute@rainer-klute.de">&lt;klute@rainer-klute.de&gt;</a>
  */
 public class MutableProperty extends Property
 {
index c95671f28759f7572f29ec710ec4d62ae5e5ac5b..4175a414f3472a75c34106cf8040b20782862e3d 100644 (file)
@@ -36,9 +36,6 @@ import org.apache.poi.util.LittleEndianConsts;
  *
  * <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>
- *
- * @author Rainer Klute <a
- * href="mailto:klute@rainer-klute.de">&lt;klute@rainer-klute.de&gt;</a>
  */
 public class MutablePropertySet extends PropertySet
 {
index 507aab38a0104fc4300e7cad7a61577abf1c6f98..f1a09438e149d2d7316564b0839d0946a4e99737 100644 (file)
@@ -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 <a
- * href="mailto:klute@rainer-klute.de">&lt;klute@rainer-klute.de&gt;</a>
  */
 public class NoFormatIDException extends HPSFRuntimeException
 {
index cd580fa2879abc491ad02ddc78de6e8842c2fab9..62738d42b401d34eb72116b72abc7df0597213db 100644 (file)
@@ -23,9 +23,6 @@ package org.apache.poi.hpsf;
  * 
  * <p>The constructors of this class are analogous to those of its superclass
  * 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
 {
index 46aa332b190e61bc9584b7f55952db07c668e786..2309fe5612268f41b950f0f54ab3bd5d86ddb26d 100644 (file)
@@ -25,9 +25,6 @@ package org.apache.poi.hpsf;
  *
  * <p>The constructors of this class are analogous to those of its
  * 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
 {
index a3ca1d0360809635e0dd065d5321f11b3b6835c5..47a93132b77863f0017255332064ea43ef72f15e 100644 (file)
@@ -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}).</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
 {
index a66dc7c4f4755a056d4a1fdefbe5bf94d8d1c2ca..cb16058a78ec9869296c481236930e8d78fbc827 100644 (file)
@@ -23,9 +23,6 @@ package org.apache.poi.hpsf;
  * 
  * @see WritingNotSupportedException
  * @see UnsupportedVariantTypeException
- *
- * @author Rainer Klute <a
- * href="mailto:klute@rainer-klute.de">&lt;klute@rainer-klute.de&gt;</a>
  */
 public class ReadingNotSupportedException
     extends UnsupportedVariantTypeException
index b473572100d700d8ea87e59eef370d1a1a8d9e58..c54fe51ab2b7e2dd787f941d5b87247620df7b65 100644 (file)
@@ -30,10 +30,6 @@ import org.apache.poi.util.LittleEndian;
 
 /**
  * <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
 {
index b1e501cabcda6c9e1ef98db071b6c491f0091de8..16270eb1d56696b0f4315115a8adbe1d1d0fd8e7 100644 (file)
@@ -24,9 +24,6 @@ import org.apache.poi.util.LittleEndian;
 
 /**
  * <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
 {
index de635d61b34393ee8f982709e3b387655b386ec9..54efe0f44ae53110dc4595c47ac84b67447c7bbc 100644 (file)
@@ -24,9 +24,6 @@ package org.apache.poi.hpsf;
  *
  * <p>The constructors of this class are analogous to those of its
  * 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
 {
index 125f7046f232058b2a00838a5d1d17eef1838364..12afdcb4cb67dfc7f23237886a07c163101ec231 100644 (file)
@@ -25,9 +25,6 @@ import org.apache.poi.util.HexDump;
  * retrieved using the {@link VariantTypeException#getValue} method.</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
 extends VariantTypeException
index 57ae6e2d2327c7645a22e9fa40bb26be3a8fcdd3..5d75cb986f5eca7695418366f7a7bd934795c0ba 100644 (file)
@@ -27,8 +27,6 @@ import org.apache.poi.util.SuppressForbidden;
 
 /**
  * <p>Provides various static utility methods.</p>
- *
- * @author Rainer Klute (klute@rainer-klute.de)
  */
 public class Util
 {
index fd1539ec0fa30b99b710f17d701c312cc0742886..3f606043aac87a1065dc177e2b2db179b5f4ad43 100644 (file)
@@ -32,8 +32,6 @@ import java.util.Map;
  * <strong>[T]</strong> - may appear in a TYPEDESC,
  * <strong>[P]</strong> - may appear in an OLE property set,
  * <strong>[S]</strong> - may appear in a Safe Array.</p>
- *
- * @author Rainer Klute (klute@rainer-klute.de)
  */
 public class Variant
 {
index fe327b3d99045a7d9c2f36be431e0a8f3e725b0e..b4816eb912e705244c0b662ff0d9444d9f8d3a51 100644 (file)
@@ -43,9 +43,6 @@ import org.apache.poi.util.POILogger;
  * output stream.</p></li>
  *
  * </ul>
- *
- * @author Rainer Klute <a
- * href="mailto:klute@rainer-klute.de">&lt;klute@rainer-klute.de&gt;</a>
  */
 public class VariantSupport extends Variant
 {
index 58100bd074371977473ee50ce2fdca6da932a484..c2d2e8f66f59645c255eaa0e673b66a2ea3cb824 100644 (file)
@@ -20,9 +20,6 @@ package org.apache.poi.hpsf;
 /**
  * <p>This exception is thrown if HPSF encounters a problem with a variant type.
  * 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
 {
index e602478ab8ec1da7009740779695e9e71a6ef5bc..d409999f78c71c5ed7907836e96c99b3f195531f 100644 (file)
@@ -23,9 +23,6 @@ package org.apache.poi.hpsf;
  * 
  * @see ReadingNotSupportedException
  * @see UnsupportedVariantTypeException
- *
- * @author Rainer Klute <a
- * href="mailto:klute@rainer-klute.de">&lt;klute@rainer-klute.de&gt;</a>
  */
 public class WritingNotSupportedException
     extends UnsupportedVariantTypeException
index 72f09ff112df97fdc4c12922f196e0a7ace0a4fe..e1c3d2b18cb882512e80c2cf9fc5d855f52d978f 100644 (file)
@@ -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.</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> {
 
index 0e1c21232651a4c5483cd43c9513eb22b1390d04..2a7b89c4a0e5c75c06a01ce318a81682b9d63c05 100644 (file)
@@ -27,18 +27,12 @@ import java.util.logging.Logger;
  * <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
  * 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 {
     private static final POIDataSamples _samples = POIDataSamples.getHPSFInstance();
 
     /**
      * <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
     {
index ae05ffff1ad9dcec6e97060abd443ee48b939b51..9db2a97a9ed5f24df6c41aa199176ff8a134424f 100644 (file)
@@ -21,8 +21,6 @@ import org.apache.poi.poifs.filesystem.POIFSDocumentPath;
 
 /**
  * <p>A POI file just for testing.</p>
- *
- * @author Rainer Klute (klute@rainer-klute.de)
  */
 public class POIFile
 {
index ef902c08360f3dde13c3d11acb519766c7699469..8937dca585ee60cb4c2fcf48440ca794e1dc35d1 100644 (file)
@@ -45,8 +45,6 @@ import org.junit.Test;
 
 /**
  * <p>Tests the basic HPSF functionality.</p>
- *
- * @author Rainer Klute (klute@rainer-klute.de)
  */
 public final class TestBasic {
 
index 4e3bb21a1eea31fd90ede05bd8ef78540f2b6bd8..7e356a4359deb03318810d3b49bbf8a9bd5e9883 100644 (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
  * 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 {
 
index d083f62f9f79c0e1fbdf9a3ab349481c249db197..d29cc803476beba5db589be71091f2858b51b920 100644 (file)
@@ -33,8 +33,6 @@ import org.apache.poi.hpsf.PropertySetFactory;
  * <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
  * 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 {
     private static String[] excludes = new String[] {};
index adaee32d9cf1fe63f3919174f98003d0ecfdfa7c..7edf22ff651ce8ead6cbdaefb411700d4b721b34 100644 (file)
@@ -36,8 +36,6 @@ import org.apache.poi.util.CodePageUtil;
 /**
  * <p>Tests whether Unicode string can be read from a
  * DocumentSummaryInformation.</p>
- *
- * @author Rainer Klute (klute@rainer-klute.de)
  */
 public class TestUnicode extends TestCase {
 
index 6b33f54d1323028e1d8469a71aa98728577aae8b..c67bc5dbd46e5dc8c99853603295d393b9d97cad 100644 (file)
@@ -42,8 +42,6 @@ import org.apache.poi.poifs.eventfilesystem.POIFSReaderListener;
 
 /**
  * <p>Static utility methods needed by the HPSF test cases.</p>
- *
- * @author Rainer Klute (klute@rainer-klute.de)
  */
 final class Util {