Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
v1m1
-
None
-
None
Description
The SharedFlows doc shows the type with quotes, in several spots, which is incorrect.
ex.
@Jpf.SharedFlowRef(name = "someNameOne", type = "SharedFlowClassOne.class")
Should be:
@Jpf.SharedFlowRef(name = "someNameOne", type = SharedFlowClassOne.class)