8200381: Typos in javadoc - missing verb "be" and alike

Reviewed-by: lancea, darcy, wetmore
This commit is contained in:
Ivan Gerasimov 2018-10-02 10:19:07 -07:00
parent c7e3654a5c
commit 2ae27da3bc
12 changed files with 17 additions and 18 deletions

View file

@ -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