Browse Source

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

stable-0.12
Christian Halstrick 14 years ago committed by Code Review
parent
commit
18833252c6
  1. 4
      org.eclipse.jgit.junit.http/src/org/eclipse/jgit/junit/http/RecordingLogger.java

4
org.eclipse.jgit.junit.http/src/org/eclipse/jgit/junit/http/RecordingLogger.java

@ -183,4 +183,8 @@ public class RecordingLogger implements Logger {
public void debug(Throwable thrown) { public void debug(Throwable thrown) {
// Ignore (not relevant to test failures) // Ignore (not relevant to test failures)
} }
public void ignore(Throwable arg0) {
// Ignore (not relevant to test failures)
}
} }

Loading…
Cancel
Save