fixing TODOs

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@69 50f2f4bb-b051-0410-bef5-90022cba6387
This commit is contained in:
Andy Clement
2008-08-17 01:25:57 +00:00
parent e1d71a30fd
commit ac3011be70
@@ -17,11 +17,11 @@ package org.springframework.expression.spel.processors;
import java.util.Collection;
import org.springframework.expression.spel.ExpressionState;
import org.springframework.expression.spel.SpelException;
import org.springframework.expression.spel.SpelMessages;
import org.springframework.expression.spel.ExpressionState;
// TODO 3 does it return an element consistent with input? (an int if input is ints, even though the average may be
// TODO does it return an element consistent with input? (an int if input is ints, even though the average may be
// X.Y?) yes, for now
/**
* The AverageProcessor operates upon an input collection and computes the average value of the elements within it. It