--- jsr166/src/extra166y/ParallelArray.java 2013/01/16 00:51:11 1.9 +++ jsr166/src/extra166y/ParallelArray.java 2013/01/20 04:43:06 1.10 @@ -532,7 +532,7 @@ public class ParallelArray extends Ab * @return the total reduction */ public T precumulate(Reducer reducer, T base) { - return (T)(super.precumulate(reducer, base)); + return super.precumulate(reducer, base); } /**