diff --git a/jdk/src/share/classes/javax/crypto/SecretKeyFactory.java b/jdk/src/share/classes/javax/crypto/SecretKeyFactory.java index 1d00db7badb..bf32bae08c5 100644 --- a/jdk/src/share/classes/javax/crypto/SecretKeyFactory.java +++ b/jdk/src/share/classes/javax/crypto/SecretKeyFactory.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 1997, 2010, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1997, 2011, 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 @@ -61,7 +61,6 @@ import sun.security.jca.GetInstance.Instance; *

Every implementation of the Java platform is required to support the * following standard SecretKeyFactory algorithms: *