mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8242039: Improve jlink VersionPropsPlugin
Reviewed-by: redestad
This commit is contained in:
parent
e969c158d8
commit
3602186430
2 changed files with 58 additions and 13 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 1999, 2019, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 1999, 2020, 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
|
||||
|
@ -88,6 +88,7 @@ class VersionProps {
|
|||
"@@VENDOR_URL_BUG@@";
|
||||
|
||||
// This field is read by HotSpot
|
||||
@SuppressWarnings("unused")
|
||||
private static String VENDOR_URL_VM_BUG =
|
||||
"@@VENDOR_URL_VM_BUG@@";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue