8174837: Add "since=9" to deprecated ContentSigner and ContentSignerParameters classes
Reviewed-by: vinnie
This commit is contained in:
parent
0f008adc1e
commit
9d5439dda1
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2015, 2017, 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
|
||||
@ -38,7 +38,7 @@ import java.security.cert.CertificateException;
|
||||
* @deprecated This class has been deprecated.
|
||||
*/
|
||||
|
||||
@Deprecated
|
||||
@Deprecated(since="9")
|
||||
public abstract class ContentSigner {
|
||||
|
||||
/**
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2003, 2015, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2003, 2017, 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
|
||||
@ -36,7 +36,7 @@ import java.util.zip.ZipFile;
|
||||
* @author Vincent Ryan
|
||||
* @deprecated This class has been deprecated.
|
||||
*/
|
||||
@Deprecated
|
||||
@Deprecated(since="9")
|
||||
public interface ContentSignerParameters {
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user