Skip to content

Commit 0901d75

Browse files
author
Pavel Rappo
committedAug 28, 2023
8314762: Make {@Incubating} conventional
Reviewed-by: jjg, iris, chegar
1 parent 12de9b0 commit 0901d75

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed
 

‎make/jdk/src/classes/build/tools/taglet/Incubating.java

+2-2
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, 2023, 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
@@ -52,7 +52,7 @@ public boolean isInlineTag() {
5252

5353
@Override
5454
public String getName() {
55-
return "Incubating";
55+
return "incubating";
5656
}
5757

5858
private static final String MESSAGE =

‎src/jdk.incubator.vector/share/classes/jdk/incubator/vector/package-info.java

+2-2
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, 2023, 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
@@ -24,7 +24,7 @@
2424
*/
2525

2626
/**
27-
* {@Incubating}
27+
* {@incubating}
2828
* <p>
2929
* This package provides
3030
* classes to express vector computations that, given suitable hardware

‎src/jdk.incubator.vector/share/classes/module-info.java

+2-2
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, 2023, 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
@@ -29,7 +29,7 @@
2929
* Defines an API for expressing computations that can be reliably compiled
3030
* at runtime into SIMD instructions, such as AVX instructions on x64, and
3131
* NEON instructions on AArch64.
32-
* {@Incubating}
32+
* {@incubating}
3333
*
3434
* @moduleGraph
3535
*/

0 commit comments

Comments
 (0)
Please sign in to comment.