summaryrefslogtreecommitdiff
path: root/qpid/tools/src/java/qpid-qmf2/src/main/java/org/apache/qpid/qmf2/common/WorkItem.java
diff options
context:
space:
mode:
Diffstat (limited to 'qpid/tools/src/java/qpid-qmf2/src/main/java/org/apache/qpid/qmf2/common/WorkItem.java')
-rw-r--r--qpid/tools/src/java/qpid-qmf2/src/main/java/org/apache/qpid/qmf2/common/WorkItem.java5
1 files changed, 3 insertions, 2 deletions
diff --git a/qpid/tools/src/java/qpid-qmf2/src/main/java/org/apache/qpid/qmf2/common/WorkItem.java b/qpid/tools/src/java/qpid-qmf2/src/main/java/org/apache/qpid/qmf2/common/WorkItem.java
index 570d464f22..90afc70f31 100644
--- a/qpid/tools/src/java/qpid-qmf2/src/main/java/org/apache/qpid/qmf2/common/WorkItem.java
+++ b/qpid/tools/src/java/qpid-qmf2/src/main/java/org/apache/qpid/qmf2/common/WorkItem.java
@@ -36,7 +36,7 @@ import org.apache.qpid.qmf2.console.Agent;
* The type of the Object returned by getParams is determined by the WorkItemType and described below.
* <p>
*
- * <table width="100%" border="1"><thead><tr><th>WorkItem Type</th><th>Description</th></tr></thead><tbody>
+ * <table width="100%" border="1" summary=""><thead><tr><th>WorkItem Type</th><th>Description</th></tr></thead><tbody>
*
*
* <tr>
@@ -292,11 +292,12 @@ import org.apache.qpid.qmf2.console.Agent;
* Use UnsubscribeRequestWorkItem to enable neater access.
* </td>
* </tr>
+ * </tbody>
* </table>
* <p>
* The following diagram illustrates the QMF2 WorkItem class hierarchy.
* <p>
- * <img src="doc-files/WorkItem.png"/>
+ * <img alt="" src="doc-files/WorkItem.png">
* @author Fraser Adams
*/