mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2025-12-06 22:10:54 +03:00
temporary added ModuleDepsTest.java, which uses module java.sql, to test whether compiler reports errors on Travis CI
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package com.formdev.flatlaf.util;
|
||||
|
||||
public class ModuleDepsTest
|
||||
{
|
||||
static {
|
||||
System.out.println( java.sql.Array.class );
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user