8185359: Unnecessary <p> in module doc comment
authorjjg
Wed, 26 Jul 2017 14:09:21 -0700
changeset 46040 3e65716c3466
parent 45960 7db699468b4f
child 46041 d8e68e273172
8185359: Unnecessary <p> in module doc comment Reviewed-by: mchung, lancea
jdk/src/java.scripting/share/classes/module-info.java
--- a/jdk/src/java.scripting/share/classes/module-info.java	Thu Aug 24 16:30:31 2017 +0200
+++ b/jdk/src/java.scripting/share/classes/module-info.java	Wed Jul 26 14:09:21 2017 -0700
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2014, 2017, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -31,7 +31,6 @@
  * that supports executing JavaScript and other languages if its corresponding
  * script engine is installed.
  *
- * <p>
  * <dl style="font-family:'DejaVu Sans', Arial, Helvetica, sans serif">
  * <dt class="simpleTagLabel">Tool Guides:
  * <dd> {@extLink jrunscript_tool_reference jrunscript}</dd>