mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8200381: Typos in javadoc - missing verb "be" and alike
Reviewed-by: lancea, darcy, wetmore
This commit is contained in:
parent
c7e3654a5c
commit
2ae27da3bc
12 changed files with 17 additions and 18 deletions
|
@ -1414,7 +1414,7 @@ class ProxyGenerator {
|
|||
* Generate code to invoke the Class.forName with the name of the given
|
||||
* class to get its Class object at runtime. The code is written to
|
||||
* the supplied stream. Note that the code generated by this method
|
||||
* may caused the checked ClassNotFoundException to be thrown.
|
||||
* may cause the checked ClassNotFoundException to be thrown.
|
||||
*/
|
||||
private void codeClassForName(Class<?> cl, DataOutputStream out)
|
||||
throws IOException
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue