We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84d12fc commit c44c22dCopy full SHA for c44c22d
MPChartLib/src/main/java/com/github/mikephil/charting/data/BaseDataSet.kt
@@ -17,7 +17,7 @@ import com.github.mikephil.charting.utils.Utils
17
* This is the base dataset of all DataSets. It's purpose is to implement critical methods
18
* provided by the IDataSet interface.
19
*/
20
-abstract class BaseDataSet<T : Entry?>() : IDataSet<T> {
+abstract class BaseDataSet<T : Entry>() : IDataSet<T> {
21
/**
22
* List representing all colors that are used for this DataSet
23
0 commit comments