Code inspections

This commit is contained in:
2019-09-29 17:49:21 +01:00
parent 15bf977458
commit 6394e08c4c
2 changed files with 11 additions and 4 deletions
+1
View File
@@ -274,6 +274,7 @@ namespace ASCOM.Meade.net
/// it add the device id to the list of devices if it's not there and increments the device count.
/// </summary>
/// <param name="deviceId"></param>
/// <param name="driverId"></param>
public static ConnectionInfo Connect(string deviceId, string driverId)
{
lock (LockObject)