Update EventDao.java (#1959)

Typo
This commit is contained in:
coettl 2019-09-09 10:51:58 +02:00 committed by Igor Kulikov
parent 65f9917745
commit cdc34746d7

View File

@ -27,7 +27,7 @@ import java.util.Optional;
import java.util.UUID;
/**
* The Interface DeviceDao.
* The Interface EventDao.
*/
public interface EventDao extends Dao<Event> {