Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
public enum SupportedDataStreamType implements DataStreamFactory {
Just found that somehow SupportedDataStreamType implements DataStreamFactory. It should be
public enum SupportedDataStreamType implements DataStreamType {
where DataStreamType is currently missing.
Attachments
Issue Links
- links to