src/share/classes/javax/management/openmbean/TabularType.java

Print this page

        

@@ -73,11 +73,11 @@
      * The validity constraints are described below for each parameter.
      * <p>
      * The Java class name of tabular data values this tabular type represents
      * (ie the class name returned by the {@link OpenType#getClassName() getClassName} method)
      * is set to the string value returned by <code>TabularData.class.getName()</code>.
-     * <p>
+     *
      * @param  typeName  The name given to the tabular type this instance represents; cannot be a null or empty string.
      * <br>&nbsp;
      * @param  description  The human readable description of the tabular type this instance represents;
      *                      cannot be a null or empty string.
      * <br>&nbsp;