Fix Checkstyle SyslogSupplierProperties & Encoding

This commit is contained in:
Artem Bilan
2024-06-10 11:00:13 -04:00
parent ee398691d4
commit ccfcf567cd
2 changed files with 2 additions and 2 deletions

View File

@@ -55,6 +55,6 @@ public enum Encoding {
/**
* L4 encoding.
*/
L4;
L4
}

View File

@@ -144,7 +144,7 @@ public class SyslogSupplierProperties {
/**
* Represents both TCP and UDP.
*/
both;
both
}