File tree 3 files changed +6
-6
lines changed
make/jdk/src/classes/build/tools/taglet
src/jdk.incubator.vector/share/classes
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright (c) 2017, 2022 , Oracle and/or its affiliates. All rights reserved.
2
+ * Copyright (c) 2017, 2023 , Oracle and/or its affiliates. All rights reserved.
3
3
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4
4
*
5
5
* This code is free software; you can redistribute it and/or modify it
@@ -52,7 +52,7 @@ public boolean isInlineTag() {
52
52
53
53
@ Override
54
54
public String getName () {
55
- return "Incubating " ;
55
+ return "incubating " ;
56
56
}
57
57
58
58
private static final String MESSAGE =
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright (c) 2017, 2022 , Oracle and/or its affiliates. All rights reserved.
2
+ * Copyright (c) 2017, 2023 , Oracle and/or its affiliates. All rights reserved.
3
3
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4
4
*
5
5
* This code is free software; you can redistribute it and/or modify it
24
24
*/
25
25
26
26
/**
27
- * {@Incubating }
27
+ * {@incubating }
28
28
* <p>
29
29
* This package provides
30
30
* classes to express vector computations that, given suitable hardware
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright (c) 2017, 2022 , Oracle and/or its affiliates. All rights reserved.
2
+ * Copyright (c) 2017, 2023 , Oracle and/or its affiliates. All rights reserved.
3
3
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4
4
*
5
5
* This code is free software; you can redistribute it and/or modify it
29
29
* Defines an API for expressing computations that can be reliably compiled
30
30
* at runtime into SIMD instructions, such as AVX instructions on x64, and
31
31
* NEON instructions on AArch64.
32
- * {@Incubating }
32
+ * {@incubating }
33
33
*
34
34
* @moduleGraph
35
35
*/
You can’t perform that action at this time.
0 commit comments