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 ee9b8d6 commit ea586dfCopy full SHA for ea586df
1 file changed
minifi_rust/minifi_native/src/api/process_context.rs
@@ -119,6 +119,6 @@ where
119
where
120
Cs: EnableControllerService + ComponentIdentifier + 'static,
121
{
122
- self.get_controller_service(property)
+ ProcessContext::get_controller_service::<Cs>(self, property)
123
}
124
0 commit comments