diff -r f0dca628176c -r b046ba510bbc src/java.base/share/classes/com/sun/crypto/provider/PBEWithMD5AndDESCipher.java --- a/src/java.base/share/classes/com/sun/crypto/provider/PBEWithMD5AndDESCipher.java Tue Nov 12 10:19:04 2019 +0100 +++ b/src/java.base/share/classes/com/sun/crypto/provider/PBEWithMD5AndDESCipher.java Tue Nov 12 01:36:17 2019 -0800 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1997, 2019, 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 @@ -25,7 +25,6 @@ package com.sun.crypto.provider; -import java.io.UnsupportedEncodingException; import java.security.*; import java.security.spec.*; import javax.crypto.*;