console filters: provide update message

This commit is contained in:
anna
2012-02-16 20:23:06 +01:00
parent 3c629f2ee6
commit 62b3260962
5 changed files with 31 additions and 1 deletions
@@ -98,5 +98,10 @@ public class ExceptionExFilterFactory implements ExceptionFilterFactory {
});
}
}
@Override
public String getUpdateMessage() {
return "Checking try/finally blocks";
}
}
}