Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
Remove redundant requires directive
Browse files Browse the repository at this point in the history
  • Loading branch information
StrangerCoug committed Nov 10, 2023
1 parent 534f1df commit 74bc49a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/module-info.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
module com.github.strangercoug.freecasino {
requires lombok;
requires java.logging;
exports com.github.strangercoug.freecasino.enums;
exports com.github.strangercoug.freecasino.exceptions;
exports com.github.strangercoug.freecasino.games.controller;
Expand Down

0 comments on commit 74bc49a

Please sign in to comment.