Hi, Please review a minor fix for the following patch, JBS: https://bugs.openjdk.java.net/browse/JDK-8247968 <https://bugs.openjdk.java.net/browse/JDK-8247968> Diff:
diff -r 5f90d52615de test/jdk/javax/crypto/SecretKeyFactory/security.properties --- a/test/jdk/javax/crypto/SecretKeyFactory/security.properties Thu Jun 25 03:11:32 2020 +0200 +++ b/test/jdk/javax/crypto/SecretKeyFactory/security.properties Thu Jun 25 02:05:29 2020 -0700 @@ -1,6 +1,3 @@ -# Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved. -# ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. - jdk.security.provider.preferred= jdk.jar.disabledAlgorithms= Change: Copyright header from the property file is removed as it is not necessary to have in a property file. Thanks, Siba