mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8284851: Update javax.crypto files to use proper javadoc for mentioned classes
Reviewed-by: weijun, valeriep
This commit is contained in:
parent
8cdead0c94
commit
f804f2ce8e
92 changed files with 2142 additions and 2010 deletions
|
@ -46,7 +46,7 @@ public interface Guard {
|
|||
/**
|
||||
* Determines whether to allow access to the guarded object
|
||||
* {@code object}. Returns silently if access is allowed.
|
||||
* Otherwise, throws a SecurityException.
|
||||
* Otherwise, throws a {@code SecurityException}.
|
||||
*
|
||||
* @param object the object being protected by the guard.
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue