Code inspections

This commit is contained in:
2019-09-30 22:14:34 +01:00
parent 4ff193fadf
commit eb775bba18
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -481,7 +481,7 @@ namespace ASCOM.Meade.net
return comparison >= 0;
}
public bool IsLongFormat { get; private set; }
private bool IsLongFormat { get; set; }
public void SetLongFormat(bool setLongFormat)
{