[findbugs] ProgressReportingFilter can be a static inner class

Change-Id: I628b1f25f04c9297655d5ac451ae5a133db53896
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
This commit is contained in:
Matthias Sohn 2011-03-09 00:05:36 +01:00
parent a02e8e3d26
commit c7e9f013b7
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@
*/
public class IndexDiff {
private final class ProgressReportingFilter extends TreeFilter {
private static final class ProgressReportingFilter extends TreeFilter {
private final ProgressMonitor monitor;