Mercurial > hg > monetdb-java
diff tests/SQLcopyinto.java @ 917:c2164decf7f1
Add final to classes
author | Martin van Dinther <martin.van.dinther@monetdbsolutions.com> |
---|---|
date | Wed, 24 Jul 2024 19:19:15 +0200 (12 months ago) |
parents | e890195256ac |
children | d416e9b6b3d0 |
line wrap: on
line diff
--- a/tests/SQLcopyinto.java +++ b/tests/SQLcopyinto.java @@ -24,7 +24,7 @@ import org.monetdb.mcl.io.BufferedMCLWri * @author Fabian Groffen, Martin van Dinther */ -public class SQLcopyinto { +public final class SQLcopyinto { final private static String tablenm = "exampleSQLCopyInto"; public static void main(String[] args) throws Exception {