Minor javadoc change.
diff --git a/src/org/apache/xml/serializer/Method.java b/src/org/apache/xml/serializer/Method.java
index a4d432b..1a78789 100644
--- a/src/org/apache/xml/serializer/Method.java
+++ b/src/org/apache/xml/serializer/Method.java
@@ -22,7 +22,12 @@
  * This class defines the constants which are the names of the four default
  * output methods.
  * <p>
- * Three default output methods are defined: XML, HTML, and TEXT. 
+ * The default output methods defined are:
+ * <ul>
+ * <li>XML
+ * <li>TEXT
+ * <li>HTML
+ * </ul>
  * These constants can be used as an argument to the
  * OutputPropertiesFactory.getDefaultMethodProperties() method to get
  * the properties to create a serializer.