瀏覽代碼

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…
取消
儲存