The build is green for me :)

mvn --version
Apache Maven 3.9.3 (21122926829f1ead511c958d89bd2f672198ae9f)
Maven home: /opt/maven
Java version: 11.0.20.1, vendor: Ubuntu, runtime:
/usr/lib/jvm/java-11-openjdk-amd64
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.15.0-88-generic", arch: "amd64", family: "unix"

On Thu, 2 Nov 2023 at 00:52, Ernesto Reinaldo Barreiro
<reier...@gmail.com> wrote:
>
> sealed interface TextMatchingStatus
> {
> record NotSubmitted() implements TextMatchingStatus {}
> record Queued() implements TextMatchingStatus {}
> record Analysed(int matchingInPercent) implements TextMatchingStatus {}
> record Error(int errorCode, String humanReadableMessage) implements
> TextMatchingStatus
> {}
> }
>
> ?
> --
> Regards - Ernesto Reinaldo Barreiro



-- 
Best regards,
Maxim

Reply via email to