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 4742c83 commit ca0d548Copy full SHA for ca0d548
Framework/Core/include/Framework/DataProcessingHelpers.h
@@ -43,7 +43,7 @@ struct DataProcessingHelpers {
43
static void switchState(ServiceRegistryRef const& ref, StreamingState newState);
44
/// check if spec is a source devide
45
static bool hasOnlyGenerated(DeviceSpec const& spec);
46
- /// starts the EoS timers and returns the new TransitionHandlingState in case as new state is requested
+ /// starts the EoS timers and returns the new TransitionHandlingState in case as new state is requested
47
static TransitionHandlingState updateStateTransition(ServiceRegistryRef const& ref, ProcessingPolicies const& policies);
48
};
49
0 commit comments