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:
parent
ab951fcf03
commit
bb27fddc89
1 changed files with 0 additions and 4 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue