--- jsr166/src/extra166y/ParallelArray.java 2013/07/19 19:34:43 1.14 +++ jsr166/src/extra166y/ParallelArray.java 2013/07/20 19:23:09 1.15 @@ -133,7 +133,7 @@ import java.lang.reflect.Array; * public boolean op(Student s) { return s.credits > 90; } * } * static final IsSenior isSenior = new IsSenior(); - * static final class GpaField implements ObjectToDouble<Student> { + * static final class GpaField implements ObjectToDouble<Student> { * public double op(Student s) { return s.gpa; } * } * static final GpaField gpaField = new GpaField();