Fix closing tag

svn path=/trunk/; revision=497
diff --git a/src/jsr311-api/src/javax/ws/rs/core/GenericEntity.java b/src/jsr311-api/src/javax/ws/rs/core/GenericEntity.java
index 4898665..1f400c5 100644
--- a/src/jsr311-api/src/javax/ws/rs/core/GenericEntity.java
+++ b/src/jsr311-api/src/javax/ws/rs/core/GenericEntity.java
@@ -67,7 +67,7 @@
  *    method.invoke(...), method.getGenericReturnType());
  *Response response = Response.ok(entity).build();</pre></li>
  * <p>The above obtains the generic type from the return type of the method,
- * the raw type is the class of entity.<p> 
+ * the raw type is the class of entity.</p> 
  * </ol>
  */
 public class GenericEntity<T> {