On 9/07/2020 7:24 am, Daniel D. Daugherty wrote:
Thanks for the fast review.
I was surprised that jcheck -r tip didn't flag that, but... :-)
jcheck doesn't check copyright lines or file headers.
Cheers,
David
Dan
On 7/8/20 5:23 PM, igor.ignat...@oracle.com wrote:
LGTM, thanks for fixing, and sorry for introducing that.
— Igor
On Jul 8, 2020, at 2:22 PM, Daniel D. Daugherty
<daniel.daughe...@oracle.com> wrote:
Greetings,
A trivial fix to make the validate-header Tier1 task happy.
Here's the context diff:
$ hg diff -r qparent
diff -r c5202ed40b86 test/lib/jdk/test/lib/util/JarBuilder.java
--- a/test/lib/jdk/test/lib/util/JarBuilder.java Wed Jul 08
20:35:36 2020 +0100
+++ b/test/lib/jdk/test/lib/util/JarBuilder.java Wed Jul 08
17:20:01 2020 -0400
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2015, 2020 Oracle and/or its affiliates. All rights
reserved.
+ * Copyright (c) 2015, 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
Thanks, in advance, for any comments, questions, or suggestions.
Dan