Skip to content

Commit a928560

Browse files
committed
better module name means no warning.
1 parent 434eb85 commit a928560

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/module-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
requires java.desktop;
1010
requires org.json;
1111
requires org.slf4j;
12-
requires logback.core;
12+
requires ch.qos.logback.core;
1313

1414
uses com.marginallyclever.nodegraphcore.NodeRegistry;
1515
provides com.marginallyclever.nodegraphcore.NodeRegistry with

0 commit comments

Comments
 (0)