소스 검색

cleanup: Silence an unused-parameter warning

Change-Id: Ic0ee9c08642d4efc6ef1f2333ebe6614e9c2df87
tags/v2.0.0.201206130900-r
Robin Rosenberg 12 년 전
부모
커밋
01ee87201f
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1
    0
      org.eclipse.jgit.junit.http/src/org/eclipse/jgit/junit/http/RecordingLogger.java

+ 1
- 0
org.eclipse.jgit.junit.http/src/org/eclipse/jgit/junit/http/RecordingLogger.java 파일 보기

@@ -184,6 +184,7 @@ public class RecordingLogger implements Logger {
// Ignore (not relevant to test failures)
}

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

Loading…
취소
저장