More linty. We'll handle all deprecation PITA later.

git-svn-id: https://samskivert.googlecode.com/svn/trunk@1963 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
mdb
2006-10-26 23:14:45 +00:00
parent 133df16238
commit c968ff06de
3 changed files with 5 additions and 1 deletions
@@ -58,6 +58,7 @@ public interface ResultListener<T>
public void requestFailed (Exception cause);
/** @deprecated This cannot be type safe so don't use it. */
@Deprecated
public ResultListener<Object> NOOP = new ResultListener<Object>() {
public void requestCompleted (Object result) {
}
@@ -58,6 +58,7 @@ public class StringUtil
*
* @deprecated use isBlank instead.
*/
@Deprecated
public static boolean blank (String value)
{
return isBlank(value);