No need to check those values, actually.

git-svn-id: https://samskivert.googlecode.com/svn/trunk@2079 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
andrzej
2007-03-29 19:07:43 +00:00
parent 39cd3f3341
commit 8974917d87
@@ -34,7 +34,7 @@ public class ResultHandler<T>
*/ */
public T peekResult () public T peekResult ()
{ {
return (_error == null && _list == null) ? _result : null; return _result;
} }
// documentation inherited from interface ResultListener // documentation inherited from interface ResultListener