RFR JDK-8240988 : Incorrect copyright header in CertificateValidation.java

Ravi Reddy ravi.k.reddy at oracle.com
Mon Mar 30 11:14:46 UTC 2020


Hello All,
  
Could you please review this attached patch. This patch fixes the "Incorrect copyright header in CertificateValidation.java".



Issue :https://bugs.openjdk.java.net/browse/JDK-8240988  <https://bugs.openjdk.java.net/browse/JDK-8240988?filter=-1>



Thanks,
Ravi

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.openjdk.org/pipermail/security-dev/attachments/20200330/83dcbfe0/attachment.htm>
-------------- next part --------------
diff --git a/test/jdk/sun/security/x509/X509CertImpl/CertificateValidation.java b/test/jdk/sun/security/x509/X509CertImpl/CertificateValidation.java
--- a/test/jdk/sun/security/x509/X509CertImpl/CertificateValidation.java
+++ b/test/jdk/sun/security/x509/X509CertImpl/CertificateValidation.java
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 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


More information about the security-dev mailing list