소스 검색

Adapt to Jetty 7.3 API change coming with Indigo

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>
tags/v0.12.1
Matthias Sohn 13 년 전
부모
커밋
ab949602ce
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4
    0
      org.eclipse.jgit.junit.http/src/org/eclipse/jgit/junit/http/RecordingLogger.java

+ 4
- 0
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) {
// Ignore (not relevant to test failures)
}

public void ignore(Throwable arg0) {
// Ignore (not relevant to test failures)
}
}

Loading…
취소
저장