diff options
author | Nick Burch <nick@apache.org> | 2013-08-23 18:42:57 +0000 |
---|---|---|
committer | Nick Burch <nick@apache.org> | 2013-08-23 18:42:57 +0000 |
commit | c46f0ec2aa720276ffdeaaec4af85730ce7da427 (patch) | |
tree | 29d427ac7d9ecdc0b37a000a61b799ccd12ae043 /src/java/org/apache/poi/hssf/model/TextboxShape.java | |
parent | 2cac6664cf1de07268aa2343fd5098151f5a36bb (diff) | |
download | poi-c46f0ec2aa720276ffdeaaec4af85730ce7da427.tar.gz poi-c46f0ec2aa720276ffdeaaec4af85730ce7da427.zip |
Remove some @author tags, as per http://poi.apache.org/guidelines.html#CodeStyle
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1516975 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/java/org/apache/poi/hssf/model/TextboxShape.java')
-rw-r--r-- | src/java/org/apache/poi/hssf/model/TextboxShape.java | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/java/org/apache/poi/hssf/model/TextboxShape.java b/src/java/org/apache/poi/hssf/model/TextboxShape.java index 1b2a154a1d..44da1ed3da 100644 --- a/src/java/org/apache/poi/hssf/model/TextboxShape.java +++ b/src/java/org/apache/poi/hssf/model/TextboxShape.java @@ -25,8 +25,6 @@ import org.apache.poi.hssf.usermodel.*; /** * Represents an textbox shape and converts between the highlevel records * and lowlevel records for an oval. - * - * @author Glen Stampoultzis (glens at apache.org) */ @Deprecated public class TextboxShape |