[Minor] Code cleanup

This commit is contained in:
Robert von Burg 2023-04-06 07:55:36 +02:00
parent 9282773e4b
commit beaf2f1eb4
Signed by: eitch
GPG Key ID: 75DB9C85C74331F7
1 changed files with 1 additions and 1 deletions

View File

@ -823,7 +823,7 @@ public class ObjectFilter {
}
/**
* @return the set of keys used to register objects
* @return the size of the key set
*/
public int sizeKeySet() {
return this.keySet.size();