Pārlūkot izejas kodu

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 pirms 9 gadiem
vecāks
revīzija
4c6857d1ec

+ 1
- 0
org.eclipse.jgit/src/org/eclipse/jgit/diff/MyersDiff.java Parādīt failu

@@ -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() {

Notiek ielāde…
Atcelt
Saglabāt