瀏覽代碼

Hide warnings about field hiding in the MyersDiff code

Just suppress warning in this stable code rather then fixing names

Change-Id: I07580aa3cbdaa66852a5c919769bbd9020d78703
tags/v3.5.0.201409071800-rc1
Robin Rosenberg 9 年之前
父節點
當前提交
4c6857d1ec
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      org.eclipse.jgit/src/org/eclipse/jgit/diff/MyersDiff.java

+ 1
- 0
org.eclipse.jgit/src/org/eclipse/jgit/diff/MyersDiff.java 查看文件

@@ -109,6 +109,7 @@ import org.eclipse.jgit.util.LongList;
* @param <S>
* type of sequence.
*/
@SuppressWarnings("hiding")
public class MyersDiff<S extends Sequence> {
/** Singleton instance of MyersDiff. */
public static final DiffAlgorithm INSTANCE = new LowLevelDiffAlgorithm() {

Loading…
取消
儲存