1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2025-12-10 14:21:09 +01:00

Add policy tests

This commit is contained in:
Paul Schaub 2021-06-10 15:41:44 +02:00
parent 7696f120e6
commit ed8584df95
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311
3 changed files with 193 additions and 1 deletions

View file

@ -43,7 +43,7 @@ public final class Policy {
CompressionAlgorithmPolicy.defaultCompressionAlgorithmPolicy();
private final NotationRegistry notationRegistry = new NotationRegistry();
private Policy() {
Policy() {
}
/**