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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user