Commit cdc34746d7da25a27c530f16f6ce9f1c6d61b90d
Committed by
Igor Kulikov
1 parent
65f99177
Update EventDao.java (#1959)
Typo
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -27,7 +27,7 @@ import java.util.Optional; | @@ -27,7 +27,7 @@ import java.util.Optional; | ||
27 | import java.util.UUID; | 27 | import java.util.UUID; |
28 | 28 | ||
29 | /** | 29 | /** |
30 | - * The Interface DeviceDao. | 30 | + * The Interface EventDao. |
31 | */ | 31 | */ |
32 | public interface EventDao extends Dao<Event> { | 32 | public interface EventDao extends Dao<Event> { |
33 | 33 |