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

@ -384,7 +384,7 @@ mh.invokeExact(System.out, "Hello, world.");
* A method handle can be obtained on a method, constructor, or field
* which is declared with Java generic types.
* As with the Core Reflection API, the type of the method handle
* will constructed from the erasure of the source-level type.
* will be constructed from the erasure of the source-level type.
* When a method handle is invoked, the types of its arguments
* or the return value cast type may be generic types or type instances.
* If this occurs, the compiler will replace those