-
Notifications
You must be signed in to change notification settings - Fork 158
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not store the stats from here, do it from the dw script.
- Loading branch information
1 parent
76ad9ae
commit dccbd8e
Showing
8 changed files
with
10 additions
and
135 deletions.
There are no files selected for viewing
17 changes: 0 additions & 17 deletions
17
orcid-persistence/src/main/java/org/orcid/persistence/dao/EventStatsDao.java
This file was deleted.
Oops, something went wrong.
41 changes: 0 additions & 41 deletions
41
orcid-persistence/src/main/java/org/orcid/persistence/dao/impl/EventStatsDaoImpl.java
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
55 changes: 0 additions & 55 deletions
55
orcid-persistence/src/test/java/org/orcid/persistence/dao/EventStatsDaoTest.java
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,5 @@ | |
|
||
public interface EventStats { | ||
|
||
void saveEventStats(); | ||
|
||
void deleteEvents(); | ||
} |
17 changes: 2 additions & 15 deletions
17
orcid-scheduler-web/src/main/java/org/orcid/scheduler/web/event/impl/EventStatsImpl.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters