Removed RCS tags from src/java javadocs

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@781869 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Josh Micich 2009-06-04 23:07:15 +00:00
parent 38847f05e0
commit 3f7db41945
3 changed files with 1 additions and 5 deletions

View File

@ -138,8 +138,6 @@
<p>
@author Rainer Klute (klute@rainer-klute.de)
@version $Id$
@since 2002-02-09
</p>
</div>

View File

@ -33,8 +33,6 @@
<p>
@author Rainer Klute (klute@rainer-klute.de)
@version $Id$
@since 2002-02-09
</p>
</div>

View File

@ -25,7 +25,7 @@ import org.apache.poi.hssf.usermodel.HSSFClientAnchor;
import org.apache.poi.hssf.usermodel.HSSFChildAnchor;
/**
* $Id$
*
*/
public class ConvertAnchor
{