mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8242366: Fix JavaDoc warnings
Reviewed-by: dfuchs, mullan, prappo, weijun
This commit is contained in:
parent
941bb3bcb8
commit
cc05419e1a
23 changed files with 44 additions and 56 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 2004, 2017, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2004, 2020, 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
|
||||
|
@ -313,10 +313,10 @@ abstract class AESWrapCipher extends CipherSpi {
|
|||
* current Cipher.engineInit(...) implementation,
|
||||
* IllegalStateException will always be thrown upon invocation.
|
||||
*
|
||||
* @param in the input buffer
|
||||
* @param inOffset the offset in <code>in</code> where the input
|
||||
* @param input the input buffer
|
||||
* @param inputOffset the offset in <code>in</code> where the input
|
||||
* starts
|
||||
* @param inLen the input length.
|
||||
* @param inputLen the input length.
|
||||
*
|
||||
* @return n/a.
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue