add equals and hashcode to coordinate class
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user