Skip to content

Commit

Permalink
fix warning "Decision can match input"
Browse files Browse the repository at this point in the history
  • Loading branch information
ipa-rwu committed Aug 23, 2023
1 parent 292b71e commit d914208
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ Parameter returns Parameter:
BEGIN
'type:' type=ParameterType
('ns:' namespace=Namespace)?
('value:' value=ParameterValue)?
('qos:' qos=QualityOfService)?
('default:' value=ParameterValue)?
END
;
;

0 comments on commit d914208

Please sign in to comment.