Illegal Javadoc tag "@created" removed.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352992 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
0e93459a64
commit
a40b753e09
@ -62,7 +62,6 @@ package org.apache.poi.hpsf;
|
|||||||
* that caused this one to be thrown.</p>
|
* that caused this one to be thrown.</p>
|
||||||
*
|
*
|
||||||
*@author Rainer Klute (klute@rainer-klute.de)
|
*@author Rainer Klute (klute@rainer-klute.de)
|
||||||
*@created May 10, 2002
|
|
||||||
*@version $Id$
|
*@version $Id$
|
||||||
*@since 2002-02-09
|
*@since 2002-02-09
|
||||||
*/
|
*/
|
||||||
|
@ -62,7 +62,6 @@ package org.apache.poi.hpsf;
|
|||||||
* that caused this one to be thrown.</p>
|
* that caused this one to be thrown.</p>
|
||||||
*
|
*
|
||||||
*@author Rainer Klute (klute@rainer-klute.de)
|
*@author Rainer Klute (klute@rainer-klute.de)
|
||||||
*@created May 10, 2002
|
|
||||||
*@version $Id: HPSFRuntimeException.java,v 1.3 2002/05/01 09:31:52 klute Exp
|
*@version $Id: HPSFRuntimeException.java,v 1.3 2002/05/01 09:31:52 klute Exp
|
||||||
* $
|
* $
|
||||||
*@since 2002-02-09
|
*@since 2002-02-09
|
||||||
|
@ -65,7 +65,6 @@ package org.apache.poi.hpsf;
|
|||||||
* </p>
|
* </p>
|
||||||
*
|
*
|
||||||
*@author Drew Varner(Drew.Varner atDomain sc.edu)
|
*@author Drew Varner(Drew.Varner atDomain sc.edu)
|
||||||
*@created May 26, 2002
|
|
||||||
*@version $Id$
|
*@version $Id$
|
||||||
*@since 2002-05-26
|
*@since 2002-05-26
|
||||||
*/
|
*/
|
||||||
|
@ -61,9 +61,7 @@ package org.apache.poi.hpsf;
|
|||||||
* the {@link java.io.InputStream#mark} operation.</p>
|
* the {@link java.io.InputStream#mark} operation.</p>
|
||||||
*
|
*
|
||||||
*@author Rainer Klute (klute@rainer-klute.de)
|
*@author Rainer Klute (klute@rainer-klute.de)
|
||||||
*@created May 10, 2002
|
*@version $Id$
|
||||||
*@version $Id: MarkUnsupportedException.java,v 1.3 2002/05/01 09:31:52 klute
|
|
||||||
* Exp $
|
|
||||||
*@since 2002-02-09
|
*@since 2002-02-09
|
||||||
*/
|
*/
|
||||||
public class MarkUnsupportedException extends HPSFException {
|
public class MarkUnsupportedException extends HPSFException {
|
||||||
|
@ -65,9 +65,7 @@ package org.apache.poi.hpsf;
|
|||||||
* documented there.</p>
|
* documented there.</p>
|
||||||
*
|
*
|
||||||
*@author Rainer Klute (klute@rainer-klute.de)
|
*@author Rainer Klute (klute@rainer-klute.de)
|
||||||
*@created May 10, 2002
|
*@version $Id$
|
||||||
*@version $Id: NoPropertySetStreamException.java,v 1.3 2002/05/01 09:31:52
|
|
||||||
* klute Exp $
|
|
||||||
*@since 2002-02-09
|
*@since 2002-02-09
|
||||||
*/
|
*/
|
||||||
public class NoPropertySetStreamException extends HPSFException {
|
public class NoPropertySetStreamException extends HPSFException {
|
||||||
|
@ -65,9 +65,7 @@ package org.apache.poi.hpsf;
|
|||||||
* documented there.</p>
|
* documented there.</p>
|
||||||
*
|
*
|
||||||
*@author Rainer Klute (klute@rainer-klute.de)
|
*@author Rainer Klute (klute@rainer-klute.de)
|
||||||
*@created May 10, 2002
|
*@version $Id$
|
||||||
*@version $Id: NoSingleSectionException.java,v 1.3 2002/05/01 09:31:52 klute
|
|
||||||
* Exp $
|
|
||||||
*@since 2002-02-09
|
*@since 2002-02-09
|
||||||
*/
|
*/
|
||||||
public class NoSingleSectionException extends HPSFRuntimeException {
|
public class NoSingleSectionException extends HPSFRuntimeException {
|
||||||
|
@ -63,7 +63,6 @@ import java.io.*;
|
|||||||
* DocumentSummaryInformation} and {@link PropertySet}.</p>
|
* DocumentSummaryInformation} and {@link PropertySet}.</p>
|
||||||
*
|
*
|
||||||
*@author Rainer Klute (klute@rainer-klute.de)
|
*@author Rainer Klute (klute@rainer-klute.de)
|
||||||
*@created May 10, 2002
|
|
||||||
*@version $Id$
|
*@version $Id$
|
||||||
*@since 2002-02-09
|
*@since 2002-02-09
|
||||||
*/
|
*/
|
||||||
|
@ -84,7 +84,6 @@ import org.apache.poi.util.LittleEndian;
|
|||||||
* the convenience classes came only late to my mind.</p>
|
* the convenience classes came only late to my mind.</p>
|
||||||
*
|
*
|
||||||
*@author Rainer Klute (klute@rainer-klute.de)
|
*@author Rainer Klute (klute@rainer-klute.de)
|
||||||
*@created May 10, 2002
|
|
||||||
*@version $Id$
|
*@version $Id$
|
||||||
*@since 2002-02-09
|
*@since 2002-02-09
|
||||||
*/
|
*/
|
||||||
|
@ -73,7 +73,6 @@ import org.apache.poi.hpsf.wellknown.*;
|
|||||||
* </a> for documentation from That Redmond Company.
|
* </a> for documentation from That Redmond Company.
|
||||||
*
|
*
|
||||||
*@author Rainer Klute (klute@rainer-klute.de)
|
*@author Rainer Klute (klute@rainer-klute.de)
|
||||||
*@created May 10, 2002
|
|
||||||
*@see DocumentSummaryInformation
|
*@see DocumentSummaryInformation
|
||||||
*@version $Id$
|
*@version $Id$
|
||||||
*@since 2002-02-09
|
*@since 2002-02-09
|
||||||
|
@ -62,7 +62,6 @@ import org.apache.poi.util.LittleEndian;
|
|||||||
* VT_CF}) format.</p>
|
* VT_CF}) format.</p>
|
||||||
*
|
*
|
||||||
*@author Drew Varner (Drew.Varner inOrAround sc.edu)
|
*@author Drew Varner (Drew.Varner inOrAround sc.edu)
|
||||||
*@created May 10, 2002
|
|
||||||
*@see SummaryInformation#getThumbnail()
|
*@see SummaryInformation#getThumbnail()
|
||||||
*@version $Id$
|
*@version $Id$
|
||||||
*@since 2002-04-29
|
*@since 2002-04-29
|
||||||
|
@ -65,9 +65,7 @@ package org.apache.poi.hpsf;
|
|||||||
* documented there.</p>
|
* documented there.</p>
|
||||||
*
|
*
|
||||||
*@author Rainer Klute (klute@rainer-klute.de)
|
*@author Rainer Klute (klute@rainer-klute.de)
|
||||||
*@created May 10, 2002
|
*@version $Id$
|
||||||
*@version $Id: UnexpectedPropertySetTypeException.java,v 1.3 2002/05/01
|
|
||||||
* 09:31:52 klute Exp $
|
|
||||||
*@since 2002-02-09
|
*@since 2002-02-09
|
||||||
*/
|
*/
|
||||||
public class UnexpectedPropertySetTypeException extends HPSFException {
|
public class UnexpectedPropertySetTypeException extends HPSFException {
|
||||||
|
@ -62,7 +62,6 @@ import java.util.*;
|
|||||||
* Provides various static utility methods.</p>
|
* Provides various static utility methods.</p>
|
||||||
*
|
*
|
||||||
*@author Rainer Klute (klute@rainer-klute.de)
|
*@author Rainer Klute (klute@rainer-klute.de)
|
||||||
*@created May 10, 2002
|
|
||||||
*@version $Id$
|
*@version $Id$
|
||||||
*@since 2002-02-09
|
*@since 2002-02-09
|
||||||
*/
|
*/
|
||||||
|
@ -67,7 +67,6 @@ package org.apache.poi.hpsf;
|
|||||||
* <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)
|
*@author Rainer Klute (klute@rainer-klute.de)
|
||||||
*@created May 10, 2002
|
|
||||||
*@version $Id$
|
*@version $Id$
|
||||||
*@since 2002-02-09
|
*@since 2002-02-09
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user