aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/tools
diff options
context:
space:
mode:
authorAndreas L. Delmelle <adelmelle@apache.org>2007-07-18 17:37:14 +0000
committerAndreas L. Delmelle <adelmelle@apache.org>2007-07-18 17:37:14 +0000
commit4e921e05c7204e345525cf3e3312d8b8342d4b63 (patch)
tree05812a48470db3fa5acfb64156704485e86327ed /src/java/org/apache/fop/tools
parent8fcc676984fbb4b8023f79a51dc2fb9fdff1bbb4 (diff)
downloadxmlgraphics-fop-4e921e05c7204e345525cf3e3312d8b8342d4b63.tar.gz
xmlgraphics-fop-4e921e05c7204e345525cf3e3312d8b8342d4b63.zip
* Javadoc update: use {@inheritDoc} instead of @see where applicable, removal of some @author tags
* Additional code cleanup: removal of unused imports (mainly in the fo.flow package) git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@557337 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/java/org/apache/fop/tools')
-rw-r--r--src/java/org/apache/fop/tools/anttasks/Fop.java4
-rw-r--r--src/java/org/apache/fop/tools/anttasks/RunTest.java2
-rw-r--r--src/java/org/apache/fop/tools/anttasks/SerializeHyphPattern.java2
3 files changed, 4 insertions, 4 deletions
diff --git a/src/java/org/apache/fop/tools/anttasks/Fop.java b/src/java/org/apache/fop/tools/anttasks/Fop.java
index 2010c372e..6f9b2fc34 100644
--- a/src/java/org/apache/fop/tools/anttasks/Fop.java
+++ b/src/java/org/apache/fop/tools/anttasks/Fop.java
@@ -277,7 +277,7 @@ public class Fop extends Task {
}
/**
- * @see org.apache.tools.ant.Task#execute()
+ * {@inheritDoc}
*/
public void execute() throws BuildException {
int logLevel = SimpleLog.LOG_LEVEL_INFO;
@@ -419,7 +419,7 @@ class FOPTaskStarter {
}
/**
- * @see org.apache.fop.apps.Starter#run()
+ * {@inheritDoc}
*/
public void run() throws FOPException {
//Set base directory
diff --git a/src/java/org/apache/fop/tools/anttasks/RunTest.java b/src/java/org/apache/fop/tools/anttasks/RunTest.java
index 91d217f7b..b11c75242 100644
--- a/src/java/org/apache/fop/tools/anttasks/RunTest.java
+++ b/src/java/org/apache/fop/tools/anttasks/RunTest.java
@@ -83,7 +83,7 @@ public class RunTest extends Task {
/**
* This creates the reference output, if required, then tests
* the current build.
- * @see org.apache.tools.ant.Task#execute()
+ * {@inheritDoc}
*/
public void execute() throws BuildException {
runReference();
diff --git a/src/java/org/apache/fop/tools/anttasks/SerializeHyphPattern.java b/src/java/org/apache/fop/tools/anttasks/SerializeHyphPattern.java
index b0877eaf6..0aefb8422 100644
--- a/src/java/org/apache/fop/tools/anttasks/SerializeHyphPattern.java
+++ b/src/java/org/apache/fop/tools/anttasks/SerializeHyphPattern.java
@@ -45,7 +45,7 @@ public class SerializeHyphPattern extends Task {
private boolean errorDump = false;
/**
- * @see org.apache.tools.ant.Task#execute()
+ * {@inheritDoc}
*/
public void execute() throws org.apache.tools.ant.BuildException {
// deal with the filesets