1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2025-01-10 20:27:58 +01:00

Remove default constructor of NotationRegistry

This commit is contained in:
Paul Schaub 2021-08-15 15:32:43 +02:00
parent ab951fcf03
commit bb27fddc89

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.