Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import com.github.mikephil.charting.utils.Utils
* This is the base dataset of all DataSets. It's purpose is to implement critical methods
* provided by the IDataSet interface.
*/
abstract class BaseDataSet<T : Entry?>() : IDataSet<T> {
abstract class BaseDataSet<T : Entry>() : IDataSet<T> {
/**
* List representing all colors that are used for this DataSet
*/
Expand Down
Loading