Commit 88285b24854cc72337c5ce0225984f16207d00db
1 parent
45c57b07
Ajout TODO DebianDao
Showing
1 changed file
with
5 additions
and
2 deletions
Show diff stats
project/server_core/src/main/java/dao/DebianDao.java
1 | -package com.utbm.lo53.dao; | 1 | +package dao; |
2 | 2 | ||
3 | /** | 3 | /** |
4 | * Created by Guillaume on 09/05/2017. | 4 | * Created by Guillaume on 09/05/2017. |
5 | */ | 5 | */ |
6 | public class DebianDao { | 6 | public class DebianDao { |
7 | 7 | ||
8 | - public String getMacAddr(String ipAddr){return null;} | 8 | + public String getMacAddr(String ipAddr){ |
9 | + //TODO | ||
10 | + return null; | ||
11 | + } | ||
9 | } | 12 | } |