diff -r 6773349693eb -r cdfdb9c0590e jdk/src/share/classes/sun/security/x509/AlgIdDSA.java --- a/jdk/src/share/classes/sun/security/x509/AlgIdDSA.java Thu Aug 08 12:03:04 2013 -0700 +++ b/jdk/src/share/classes/sun/security/x509/AlgIdDSA.java Thu Aug 08 17:06:40 2013 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1996, 2003, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1996, 2013, 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 @@ -96,7 +96,7 @@ * Default constructor. The OID and parameters must be * deserialized before this algorithm ID is used. */ - // XXX deprecated for general use + @Deprecated public AlgIdDSA () {} AlgIdDSA (DerValue val) throws IOException