1
0
mirror of https://github.com/Rogiel/l2jserver2 synced 2025-12-08 16:33:07 +00:00

Code formatting

This commit is contained in:
2011-08-07 22:31:55 -03:00
parent 129b527a08
commit 074f216ffc
65 changed files with 378 additions and 393 deletions

View File

@@ -70,16 +70,16 @@ public class AIServiceImpl extends AbstractService implements AIService {
@Override
protected void doStart() throws ServiceStartException {
}
@Override
public void walk(Actor actor, Coordinate coordinate) {
}
@Override
protected void doStop() throws ServiceStopException {
}
}