1
0
mirror of https://github.com/Rogiel/l2jserver2 synced 2025-12-09 08:52:51 +00:00

Javadoc fixes and fixes missing dependency ChatMessageIDProvider in

IDProviderModule

Signed-off-by: Rogiel <rogiel@rogiel.com>
This commit is contained in:
2011-07-30 21:36:45 -03:00
parent 9b25d29192
commit 17fb84faab
23 changed files with 102 additions and 19 deletions

View File

@@ -83,7 +83,6 @@ public interface Model<T extends ID<?>> {
* database exception will occur.
*/
INSERT,
/**
* Updates the object in the database.
* <p>