Skip to content

Commit e1f06bb

Browse files
committed
1 parent a3e0f9d commit e1f06bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/net/sf/jsqlparser/schema/Database.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
*/
2222
package net.sf.jsqlparser.schema;
2323

24-
public class Database implements MultiPartName {
24+
public final class Database implements MultiPartName {
2525
private Server server;
2626
private String databaseName;
2727

0 commit comments

Comments
 (0)