diff options
author | PJ Fanning <fanningpj@apache.org> | 2017-07-17 08:24:24 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2017-07-17 08:24:24 +0000 |
commit | 52d3ea57f47b580b215c879840f634f2a31aaa43 (patch) | |
tree | 7e5b69294f3b6862b8224096e3dec8eb6f77745f /src/excelant | |
parent | 69cc48aa85cb379f9d42331c82d4741eaacc7b0e (diff) | |
download | poi-52d3ea57f47b580b215c879840f634f2a31aaa43.tar.gz poi-52d3ea57f47b580b215c879840f634f2a31aaa43.zip |
javadoc: replace invalid self enclosing elements
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1802110 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/excelant')
-rw-r--r-- | src/excelant/testcases/org/apache/poi/ss/excelant/BuildFileTest.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/excelant/testcases/org/apache/poi/ss/excelant/BuildFileTest.java b/src/excelant/testcases/org/apache/poi/ss/excelant/BuildFileTest.java index 2e0feae806..2a4d714980 100644 --- a/src/excelant/testcases/org/apache/poi/ss/excelant/BuildFileTest.java +++ b/src/excelant/testcases/org/apache/poi/ss/excelant/BuildFileTest.java @@ -37,7 +37,7 @@ import org.apache.tools.ant.ProjectHelper; /** * A BuildFileTest is a TestCase which executes targets from an Ant buildfile * for testing. - * <p/> + * <p> * This class provides a number of utility methods for particular build file * tests which extend this class. * @@ -73,7 +73,7 @@ public abstract class BuildFileTest extends TestCase { /** * Automatically calls the target called "tearDown" * from the build file tested if it exits. - * <p/> + * <p> * This allows to use Ant tasks directly in the build file * to clean up after each test. Note that no "setUp" target * is automatically called, since it's trivial to have a @@ -215,7 +215,7 @@ public abstract class BuildFileTest extends TestCase { /** * Gets the log the BuildFileTest object. - * <p/> + * <p> * Only valid if configureProject() has been called. * * @return The log value |