mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-13 10:42:54 +00:00
Clean up in the entire source code
Major clean up in the source code reformatting it and organizing imports.
This commit is contained in:
@@ -41,7 +41,8 @@ public abstract class AbstractJDBCDAO<T extends Model<?>, I extends ID<?>>
|
||||
protected final JDBCDatabaseService database;
|
||||
|
||||
/**
|
||||
* @param database the database service
|
||||
* @param database
|
||||
* the database service
|
||||
*/
|
||||
@Inject
|
||||
protected AbstractJDBCDAO(DatabaseService database) {
|
||||
|
||||
Reference in New Issue
Block a user