8314762: Make {@Incubating} conventional
Reviewed-by: jjg, iris, chegar
This commit is contained in:
parent
12de9b0225
commit
0901d75e07
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2017, 2022, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2017, 2023, 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
|
||||
@ -52,7 +52,7 @@ public class Incubating implements Taglet {
|
||||
|
||||
@Override
|
||||
public String getName() {
|
||||
return "Incubating";
|
||||
return "incubating";
|
||||
}
|
||||
|
||||
private static final String MESSAGE =
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2017, 2022, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2017, 2023, 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
|
||||
@ -24,7 +24,7 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* {@Incubating}
|
||||
* {@incubating}
|
||||
* <p>
|
||||
* This package provides
|
||||
* classes to express vector computations that, given suitable hardware
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2017, 2022, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2017, 2023, 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
|
||||
@ -29,7 +29,7 @@ import jdk.internal.javac.ParticipatesInPreview;
|
||||
* Defines an API for expressing computations that can be reliably compiled
|
||||
* at runtime into SIMD instructions, such as AVX instructions on x64, and
|
||||
* NEON instructions on AArch64.
|
||||
* {@Incubating}
|
||||
* {@incubating}
|
||||
*
|
||||
* @moduleGraph
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user