Skip to content

Commit 12cbcb1

Browse files
committed
Backport da0ae5128a250bb7a5c6a7484589528db8220ed2
1 parent 18f063b commit 12cbcb1

File tree

1 file changed

+3
-3
lines changed
  • test/langtools/tools/jdeps/jdkinternals/src/q

1 file changed

+3
-3
lines changed

test/langtools/tools/jdeps/jdkinternals/src/q/NoRepl.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2016, 2022, 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
@@ -24,11 +24,11 @@
2424
package q;
2525

2626
import java.io.IOException;
27-
import java.io.OutputStream;
2827
import sun.security.util.DerEncoder;
28+
import sun.security.util.DerOutputStream;
2929

3030
public class NoRepl implements DerEncoder {
31-
public void derEncode(OutputStream out) throws IOException {
31+
public void derEncode(DerOutputStream out) throws IOException {
3232
throw new IOException();
3333
}
3434
}

0 commit comments

Comments
 (0)