Fixed typo.
authorMarco Zanon <info@marcozanon.com>
Thu, 29 Feb 2024 16:11:12 +0000 (16:11 +0000)
committerMarco Zanon <info@marcozanon.com>
Thu, 29 Feb 2024 16:11:12 +0000 (16:11 +0000)
9.x/src/main/java/com/marcozanon/macaco/MConstants.java

index 8828d6390b8ba444e13be548168b683b7e8b554d..2841b92568e049240330e373671b1746743738eb 100644 (file)
@@ -17,7 +17,7 @@ public class MConstants extends MObject {
 
     /* Environment configuration. */
 
-    public static final Charset DEFAULT_CHARSET = StandardCharsets.UTF_8;;
+    public static final Charset DEFAULT_CHARSET = StandardCharsets.UTF_8;
 
     /* Threads. */