Skip to content

Commit 27cb91f

Browse files
committed
Copyright and test clean up
1 parent 2f656ce commit 27cb91f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/java.base/share/classes/java/util/zip/ZipOutputStream.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 1996, 2019, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 1996, 2020, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it

src/jdk.jartool/share/classes/jdk/security/jarsigner/JarSigner.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2015, 2019, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2015, 2020, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it

test/jdk/sun/security/tools/jarsigner/SymLinkTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public class SymLinkTest {
4545
"protected by the signature.";
4646

4747
public static void main(String[] args) throws Exception {
48-
48+
Files.deleteIfExists(Paths.get(ZIPFILENAME));
4949
try (FileOutputStream fos = new FileOutputStream(ZIPFILENAME)) {
5050
fos.write(ZIPBYTES);
5151
}

0 commit comments

Comments
 (0)