aboutsummaryrefslogtreecommitdiffstats
path: root/src/testcases/org/apache/poi/hssf/eventmodel
diff options
context:
space:
mode:
authorYegor Kozlov <yegor@apache.org>2007-07-02 16:08:26 +0000
committerYegor Kozlov <yegor@apache.org>2007-07-02 16:08:26 +0000
commit695dae4c92afaa92e704eac9edda2229dcd7cbe4 (patch)
treeeeadf7548dad8fd465075264d5920fb177e74993 /src/testcases/org/apache/poi/hssf/eventmodel
parentf7e06c277099c0236d59a51e743b3b23f018c0ba (diff)
downloadpoi-695dae4c92afaa92e704eac9edda2229dcd7cbe4.tar.gz
poi-695dae4c92afaa92e704eac9edda2229dcd7cbe4.zip
keep the javadoc compiler quiet
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@552525 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/testcases/org/apache/poi/hssf/eventmodel')
-rw-r--r--src/testcases/org/apache/poi/hssf/eventmodel/TestEventRecordFactory.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testcases/org/apache/poi/hssf/eventmodel/TestEventRecordFactory.java b/src/testcases/org/apache/poi/hssf/eventmodel/TestEventRecordFactory.java
index c4c169eb3a..0449795b5d 100644
--- a/src/testcases/org/apache/poi/hssf/eventmodel/TestEventRecordFactory.java
+++ b/src/testcases/org/apache/poi/hssf/eventmodel/TestEventRecordFactory.java
@@ -186,7 +186,7 @@ public class TestEventRecordFactory extends TestCase
/**
* tests that the create record function returns a properly
* constructed record in the case of a continued record.
- * @todo - need a real world example to put in a unit test
+ * TODO - need a real world example to put in a unit test
*/
public void testCreateContinuedRecord()
{