Skip to content

Commit

Permalink
set usecases internal
Browse files Browse the repository at this point in the history
  • Loading branch information
Balcan committed Jan 31, 2025
1 parent cdbe179 commit 467dab3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package org.dhis2.mobile.aggregates.domain

import org.dhis2.mobile.aggregates.data.DataSetInstanceRepository

class GetDataSetRenderingConfig(
internal class GetDataSetRenderingConfig(
private val datasetUid: String,
private val dataSetInstanceRepository: DataSetInstanceRepository,
) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package org.dhis2.mobile.aggregates.domain
import org.dhis2.mobile.aggregates.data.DataSetInstanceRepository
import org.dhis2.mobile.aggregates.model.DataSetSection

class GetDataSetSections(
internal class GetDataSetSections(
private val dataSetUid: String,
private val dataSetInstanceRepository: DataSetInstanceRepository,
) {
Expand Down

0 comments on commit 467dab3

Please sign in to comment.