add equals and hashcode to coordinate class

This commit is contained in:
SemvdH
2025-11-10 19:42:21 +01:00
parent 1aa6a9f374
commit c56fe10564
8 changed files with 40 additions and 6 deletions

View File

@@ -9,7 +9,6 @@
<packaging>jar</packaging>
<name>ic_plugin_core</name>
<!-- FIXME change it to the project's website -->
<url>https://interesting-corner.nl</url>
<properties>

View File

@@ -40,7 +40,7 @@ public enum DatabaseManager {
}
/**
* Closes the connectino to the database
* Closes the connection to the database
*
* @return true if the connection closed succesfully, false if not.
*/