8297879: javadoc link to preview JEP 1000 has grouping character comma

Reviewed-by: jjg, vromero
This commit is contained in:
Pavel Rappo 2024-03-19 15:23:00 +00:00
parent 5f2a92d954
commit f140eb4c3a
3 changed files with 5 additions and 5 deletions

View file

@ -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,
;
}