Merge "Adapt to Jetty 7.3 API change coming with Indigo"

This commit is contained in:
Christian Halstrick 2011-03-04 03:32:20 -05:00 committed by Code Review
commit 18833252c6
1 changed files with 4 additions and 0 deletions

View File

@ -183,4 +183,8 @@ public void debug(String msg, Object... args) {
public void debug(Throwable thrown) {
// Ignore (not relevant to test failures)
}
public void ignore(Throwable arg0) {
// Ignore (not relevant to test failures)
}
}