Skip to content

Commit

Permalink
Adapt to Jetty 7.3 API change coming with Indigo
Browse files Browse the repository at this point in the history
Indigo comes with Jetty 7.3 bringing some API changes. This still
works with Jetty 7.1.6 shipped with Helios.

Change-Id: If4f9d6ef6b45c94f8bb097f8b02c10317b47547b
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
  • Loading branch information
msohn committed Mar 1, 2011
1 parent bda1e8f commit ab94960
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
}

0 comments on commit ab94960

Please sign in to comment.