diff --git a/_codeql_detected_source_root b/_codeql_detected_source_root new file mode 120000 index 00000000..945c9b46 --- /dev/null +++ b/_codeql_detected_source_root @@ -0,0 +1 @@ +. \ No newline at end of file diff --git a/otsdaq-mu2e/RunInfoPlugins/DBRunInfo_runInfo.cc b/otsdaq-mu2e/RunInfoPlugins/DBRunInfo_runInfo.cc index ffa1a31b..47f17076 100644 --- a/otsdaq-mu2e/RunInfoPlugins/DBRunInfo_runInfo.cc +++ b/otsdaq-mu2e/RunInfoPlugins/DBRunInfo_runInfo.cc @@ -800,7 +800,7 @@ TransitionTypeInfo DBRunInfo::getTransitionTypeInfo( /// Inserts a transition record into the database for a specific run. /// This is called by the state machine during various transitions to track /// when state changes occur for a run (e.g., Start, Stop, Pause, Resume, Halt, Error). -// Only states Configured and "above" are recorded (aka relevant for run) +/// Only states Configured and "above" are recorded (aka relevant for run) /// /// @param runConditionID - For Mu2e, the runConditionID is the database run number for which to record the transition. /// This should be a valid run number that was previously created