Polishing

This commit is contained in:
Juergen Hoeller
2023-10-23 17:32:45 +02:00
parent d2108d2db6
commit 6bdf7ad36a
4 changed files with 7 additions and 17 deletions

View File

@@ -123,7 +123,6 @@ public abstract class ClassFilters {
public String toString() {
return getClass().getName() + ": " + Arrays.toString(this.filters);
}
}
@@ -164,7 +163,6 @@ public abstract class ClassFilters {
public String toString() {
return getClass().getName() + ": " + Arrays.toString(this.filters);
}
}
}