Fixes some warnings, typos and redundancy

This commit is contained in:
2022-10-12 01:23:31 +02:00
parent be6ca823fe
commit f8292f54b7
29 changed files with 378 additions and 466 deletions

View File

@@ -83,6 +83,12 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>
<version>RELEASE</version>
<scope>compile</scope>
</dependency>
</dependencies>
<build>