Skip to content

Commit

Permalink
Delete server Database class
Browse files Browse the repository at this point in the history
When this was fully commented, Maven was recompiling the entire source
every time it was run because the file was invalid.
See https://stackoverflow.com/questions/17944108/maven-compiler-plugin-always-detecting-a-set-of-sources-as-stale

Since the class is unused, it can be deleted. This speeds up the
iteration cycle of server development by a few seconds.
  • Loading branch information
StenAL committed May 24, 2024
1 parent 2f60325 commit 45afa56
Showing 1 changed file with 0 additions and 103 deletions.
103 changes: 0 additions & 103 deletions server/src/main/java/org/moparforia/server/db/Database.java

This file was deleted.

0 comments on commit 45afa56

Please sign in to comment.