Commit f089ca0e25cd28ea515e3d8789c20f7c6a471791

Authored by Notmoo-PC\Notmoo
1 parent 4c0ed039

PositioningService : supp méthd inutilisée

Showing 1 changed file with 0 additions and 4 deletions   Show diff stats
src/main/java/core/service/PositioningService.java
... ... @@ -95,8 +95,4 @@ public class PositioningService {
95 95 }
96 96 return false;
97 97 }
98   -
99   - public String getMacAddr (final String clientIpAddr) {
100   - return debDao.getMacAddr(clientIpAddr);
101   - }
102 98 }
... ...