Skip to content

Commit 054c644

Browse files
committed
8346667: Doccheck: warning about missing </span> before <h2>
Reviewed-by: psandoz
1 parent 2a68f74 commit 054c644

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/jdk.incubator.vector/share/classes/jdk/incubator/vector/VectorMask.java

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2017, 2022, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2017, 2024, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -108,8 +108,6 @@
108108
* }</pre>
109109
*
110110
* </ul>
111-
* @param <E> the boxed version of {@code ETYPE},
112-
* the element type of a vector
113111
*
114112
* <h2>Value-based classes and identity operations</h2>
115113
*
@@ -128,6 +126,9 @@
128126
* {@code static final} constants, but storing them in other Java
129127
* fields or in array elements, while semantically valid, may incur
130128
* performance penalties.
129+
*
130+
* @param <E> the boxed version of {@code ETYPE},
131+
* the element type of a vector
131132
*/
132133
@SuppressWarnings("exports")
133134
public abstract class VectorMask<E> extends jdk.internal.vm.vector.VectorSupport.VectorMask<E> {

0 commit comments

Comments
 (0)