1
0
mirror of https://github.com/Rogiel/l2jserver2 synced 2025-12-10 01:12:52 +00:00

Refactored "src/dao" source folder to "src/main/java".

This commit is contained in:
2011-08-07 22:36:47 -03:00
parent 074f216ffc
commit 6b28b48ae7
48 changed files with 114 additions and 115 deletions

View File

@@ -17,7 +17,7 @@
package com.l2jserver.model.id.object;
import com.google.inject.Inject;
import com.l2jserver.db.dao.PetDAO;
import com.l2jserver.model.dao.PetDAO;
import com.l2jserver.model.id.ObjectID;
import com.l2jserver.model.id.provider.IDProvider;
import com.l2jserver.model.world.Pet;