8314762: Make {@Incubating} conventional

Reviewed-by: jjg, iris, chegar
This commit is contained in:
Pavel Rappo 2023-08-28 09:38:02 +00:00
parent 12de9b0225
commit 0901d75e07
3 changed files with 6 additions and 6 deletions

View File

@ -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. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
@ -52,7 +52,7 @@ public class Incubating implements Taglet {
@Override @Override
public String getName() { public String getName() {
return "Incubating"; return "incubating";
} }
private static final String MESSAGE = private static final String MESSAGE =

View File

@ -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. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
@ -24,7 +24,7 @@
*/ */
/** /**
* {@Incubating} * {@incubating}
* <p> * <p>
* This package provides * This package provides
* classes to express vector computations that, given suitable hardware * classes to express vector computations that, given suitable hardware

View File

@ -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. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * 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 * Defines an API for expressing computations that can be reliably compiled
* at runtime into SIMD instructions, such as AVX instructions on x64, and * at runtime into SIMD instructions, such as AVX instructions on x64, and
* NEON instructions on AArch64. * NEON instructions on AArch64.
* {@Incubating} * {@incubating}
* *
* @moduleGraph * @moduleGraph
*/ */