8028266: Tidy warnings cleanup for packages java.security/javax.security

Some tidy warnings in docs were fixed

Reviewed-by: mullan, wetmore
This commit is contained in:
Alexander Stepanov 2015-03-16 19:09:13 +04:00
parent d5d207d635
commit 765a1e4435
56 changed files with 159 additions and 370 deletions

View file

@ -1,5 +1,5 @@
/*
* Copyright (c) 1998, 2014, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 1998, 2015, 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
@ -595,7 +595,6 @@ public abstract class KeyStoreSpi {
* Probes the specified input stream to determine whether it contains a
* keystore that is supported by this implementation, or not.
*
* <p>
* @implSpec
* This method returns false by default. Keystore implementations should
* override this method to peek at the data stream directly or to use other