8242039: Improve jlink VersionPropsPlugin

Reviewed-by: redestad
This commit is contained in:
Christoph Langer 2020-04-14 21:43:34 +02:00
parent e969c158d8
commit 3602186430
2 changed files with 58 additions and 13 deletions

View file

@ -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@@";