From eb775bba181403fb8e5e48f03375761ff614af9b Mon Sep 17 00:00:00 2001 From: Colin Date: Mon, 30 Sep 2019 22:14:34 +0100 Subject: [PATCH] Code inspections --- Meade.net.Telescope/Telescope.cs | 2 +- Meade.net/TelescopeList.cs | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Meade.net.Telescope/Telescope.cs b/Meade.net.Telescope/Telescope.cs index 9e9c358..94bf158 100644 --- a/Meade.net.Telescope/Telescope.cs +++ b/Meade.net.Telescope/Telescope.cs @@ -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) { diff --git a/Meade.net/TelescopeList.cs b/Meade.net/TelescopeList.cs index 32b6bf5..5995983 100644 --- a/Meade.net/TelescopeList.cs +++ b/Meade.net/TelescopeList.cs @@ -26,6 +26,7 @@ #endregion #region LX200EMC + // ReSharper disable once InconsistentNaming public static readonly string LX200CLASSIC = ":GVP"; //GVP command is not supported! #endregion }