This commit is contained in:
Robert Muir 2016-05-19 15:28:59 -04:00
parent b9c7dbcfbd
commit a569130368
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ public final class Def {
// TODO: Once Java has a factory for those in java.lang.invoke.MethodHandles, use it:
/** Helper class for isolating MethodHandles and methods to get the length of arrays
* (to emulate a "arraystore" byteoode using MethodHandles).
* (to emulate a "arraystore" bytecode using MethodHandles).
* This should really be a method in {@link MethodHandles} class!
*/
private static final class ArrayLengthHelper {