Hide warnings about field hiding in the MyersDiff code

Just suppress warning in this stable code rather then fixing names

Change-Id: I07580aa3cbdaa66852a5c919769bbd9020d78703
This commit is contained in:
Robin Rosenberg 2014-07-15 11:36:01 +02:00 committed by Matthias Sohn
parent 409c32b1cf
commit 4c6857d1ec
1 changed files with 1 additions and 0 deletions

View File

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