File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
test/langtools/tools/jdeps/jdkinternals/src/q Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
2424package q ;
2525
2626import java .io .IOException ;
27- import java .io .OutputStream ;
2827import sun .security .util .DerEncoder ;
28+ import sun .security .util .DerOutputStream ;
2929
3030public 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}
You can’t perform that action at this time.
0 commit comments