Prefer flags over comments

This commit is contained in:
JustArchi
2016-05-13 19:20:24 +02:00
parent 20038e8c86
commit 622f060575
13 changed files with 33 additions and 37 deletions

View File

@@ -130,8 +130,7 @@ namespace ConfigGenerator {
return botConfig;
}
// This constructor is used only by deserializer
// ReSharper disable once UnusedMember.Local
[SuppressMessage("ReSharper", "UnusedMember.Local")]
private BotConfig() { }
private BotConfig(string filePath) : base(filePath) {