(cherry picked from commit b13620c0fd803ee38222c76f09ee6eef57a3db77)
@@ -110,7 +110,7 @@ public class NormalizedIntegerWithTimeType extends AbstractDataFrameType {
@AllArgsConstructor
@Data
- class NormalizedIntegerAndQualityWithTime{
+ public class NormalizedIntegerAndQualityWithTime{
Integer value;
IeMeasuredQuality quality;
@@ -109,7 +109,7 @@ public class ShortFloatWithTimeType extends AbstractDataFrameType {
- class ShortFloatAndQualityWithTime {
+ public class ShortFloatAndQualityWithTime {
Float value;
@@ -113,7 +113,7 @@ public class ShortIntegerWithTimeType extends AbstractDataFrameType {
- class ShortIntegerAndQualityWithTime {
+ public class ShortIntegerAndQualityWithTime {