mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8297879: javadoc link to preview JEP 1000 has grouping character comma
Reviewed-by: jjg, vromero
This commit is contained in:
parent
5f2a92d954
commit
f140eb4c3a
3 changed files with 5 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 2019, 2023, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2019, 2024, 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
|
||||
|
@ -84,7 +84,7 @@ public @interface PreviewFeature {
|
|||
/**
|
||||
* A key for testing.
|
||||
*/
|
||||
@JEP(number=0, title="Test Feature")
|
||||
@JEP(number=2_147_483_647, title="Test Feature")
|
||||
TEST,
|
||||
;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue