mirror of
https://github.com/pgpainless/pgpainless.git
synced 2025-09-10 10:49:39 +02: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<>();
|
private final Set<String> knownNotations = new HashSet<>();
|
||||||
|
|
||||||
public NotationRegistry() {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Add a known notation name into the registry.
|
* Add a known notation name into the registry.
|
||||||
* This will cause critical notations with that name to no longer invalidate the signature.
|
* This will cause critical notations with that name to no longer invalidate the signature.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue