Remove default constructor of NotationRegistry

This commit is contained in:
Paul Schaub 2021-08-15 15:32:43 +02:00
parent ab951fcf03
commit bb27fddc89
1 changed files with 0 additions and 4 deletions

View File

@ -29,10 +29,6 @@ public class NotationRegistry {
private final Set<String> knownNotations = new HashSet<>();
public NotationRegistry() {
}
/**
* Add a known notation name into the registry.
* This will cause critical notations with that name to no longer invalidate the signature.