1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2025-09-10 18:59:39 +02:00

Rename automaton package to syntax_check

This commit is contained in:
Paul Schaub 2022-10-21 00:31:25 +02:00
parent a27c0ff36e
commit 977f8c4101
7 changed files with 28 additions and 27 deletions

View file

@ -1,4 +1,4 @@
package org.pgpainless.decryption_verification.automaton;
package org.pgpainless.decryption_verification.syntax_check;
import org.junit.jupiter.api.Test;
import org.pgpainless.exception.MalformedOpenPgpMessageException;