Some small changes (maven version deployed yet)

This commit is contained in:
UnlegitDqrk
2026-02-06 17:53:01 +01:00
parent cdf83958c9
commit 68aa9c1df2
3 changed files with 3 additions and 13 deletions

View File

@@ -2,6 +2,6 @@ package org.openautonomousconnection.protocol.versions.v1_0_0.beta;
public enum TOFUFeedback {
TRUST, TRUST_ONCE, DISCONNECT
TRUST, DISCONNECT
}