Skip to content

Commit

Permalink
fix: Update code
Browse files Browse the repository at this point in the history
  • Loading branch information
larshelge committed Dec 11, 2024
1 parent 718d1be commit c679653
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -171,11 +171,6 @@ public JdbcTrackedEntityEnrollmentsAnalyticsTableManager(
this.trackedEntityTypeService = trackedEntityTypeService;
}

/**
* Returns the {@link AnalyticsTableType} of analytics table which this manager handles.
*
* @return type of analytics table.
*/
@Override
public AnalyticsTableType getAnalyticsTableType() {
return TRACKED_ENTITY_INSTANCE_ENROLLMENTS;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -203,11 +203,6 @@ public JdbcTrackedEntityEventsAnalyticsTableManager(
this.analyticsSqlBuilder = analyticsSqlBuilder;
}

/**
* Returns the {@link AnalyticsTableType} of analytics table which this manager handles.
*
* @return type of analytics table.
*/
@Override
public AnalyticsTableType getAnalyticsTableType() {
return TRACKED_ENTITY_INSTANCE_EVENTS;
Expand Down

0 comments on commit c679653

Please sign in to comment.