Skip to content

Commit

Permalink
Comment cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianstevens committed Jul 27, 2023
1 parent eccd40f commit c1131ad
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ protected override void RaiseEventsAndNotify(IChangeResult<Length> changeResult)
/// <param name="updateInterval"></param>
public override void StartUpdating(TimeSpan? updateInterval)
{
// thread safety
lock (samplingLock)
{
if (IsSampling) return;
Expand All @@ -94,7 +93,7 @@ public override void StartUpdating(TimeSpan? updateInterval)
}

/// <summary>
/// Stops sampling the temperature.
/// Stop sampling
/// </summary>
public override void StopUpdating()
{
Expand Down

0 comments on commit c1131ad

Please sign in to comment.