Skip to content

Commit cbe9966

Browse files
committed
Remove useless comment
1 parent 59a2826 commit cbe9966

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/com/nullpointerengineering/android/pomodoro/persistence/EventRepository.java

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,6 @@
1616

1717
package com.nullpointerengineering.android.pomodoro.persistence;
1818

19-
/**
20-
* Created with IntelliJ IDEA.
21-
* User: Stratos
22-
* Date: 01/07/13
23-
* Time: 5:18 PM
24-
* To change this template use File | Settings | File Templates.
25-
*/
2619
public interface EventRepository {
2720
Event createEvent(String type, long timeStarted, long totalDuration, long actualDuration);
2821

0 commit comments

Comments
 (0)