cleanup: Silence an unused-parameter warning

Change-Id: Ic0ee9c08642d4efc6ef1f2333ebe6614e9c2df87
This commit is contained in:
Robin Rosenberg 2012-03-09 13:23:12 +01:00
parent 66e8cd4eec
commit 01ee87201f
1 changed files with 1 additions and 0 deletions

View File

@ -184,6 +184,7 @@ public void debug(Throwable thrown) {
// Ignore (not relevant to test failures)
}
@SuppressWarnings("unused")
public void ignore(Throwable arg0) {
// Ignore (not relevant to test failures)
}