Skip to content

Commit dd2be1b

Browse files
committed
NativeVariant: remove 2 HTML tags from the javadoc
1 parent b13ce2f commit dd2be1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

snaploader/src/main/java/electrostatic4j/snaploader/platform/util/NativeVariant.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ private static Collection<String> readFeatureFlags() {
303303
* <p>
304304
* Extension names are case-insensitive and might be reported
305305
* differently by different operating systems or even by different
306-
* versions of the same operating system.<p>
306+
* versions of the same operating system.
307307
* <p>
308308
* Examples of extension names:<ul>
309309
* <li>"3dnow" for AMD 3D-Now</li>
@@ -327,7 +327,7 @@ private static Collection<String> readFeatureFlags() {
327327
* <li>"v82_dp" for Arm V8.2 DP</li>
328328
* <li>"v83_jscvt" for Arm v8.3 JSCVT</li>
329329
* <li>"v83_lrcpc" for Arm v8.3 LRCPC</li>
330-
* </ul></p>
330+
* </ul>
331331
* <p>
332332
* Wikipedia provides informal descriptions of many ISA extensions.
333333
* https://en.wikipedia.org/wiki/Template:Multimedia_extensions offers a

0 commit comments

Comments
 (0)