jdk/src/java.base/share/classes/java/lang/ProcessHandle.java
changeset 31061 fead7d86d75f
parent 30899 d2408e757489
child 31681 e9a9d5b369bc
--- a/jdk/src/java.base/share/classes/java/lang/ProcessHandle.java	Fri Jun 05 11:27:22 2015 -0700
+++ b/jdk/src/java.base/share/classes/java/lang/ProcessHandle.java	Mon Jun 08 16:37:53 2015 +0400
@@ -71,7 +71,7 @@
  * The ability to control processes is also restricted by the native system,
  * ProcessHandle provides no more access to, or control over, the native process
  * than would be allowed by a native application.
- * <p>
+ *
  * @implSpec
  * In the case where ProcessHandles cannot be supported then the factory
  * methods must consistently throw {@link java.lang.UnsupportedOperationException}.