Commit cfeecf4ae0107b6a6904bed87b86abd40430461f

Authored by Notmoo
1 parent 613c21bb

Suppr connectionService

project/server_core/src/main/java/service/ConnectionService.java deleted
1   -package service;
2   -
3   -/**
4   - * Created by Guillaume on 09/05/2017.
5   - */
6   -public class ConnectionService {
7   -
8   -
9   - public void queryApData(boolean tryAgainMessage){}
10   - public void acknoledge(){}
11   - public void sendPosition(){}
12   -}