File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,11 +11,11 @@ internal class ExitPhaseValidator : IHasValidation<string>
1111 /// <summary>
1212 /// 終了文字
1313 /// </summary>
14- public const string EXIT_PHASE = "EXIT" ;
14+ private const string EXIT_PHASE = "EXIT" ;
1515 /// <summary>
1616 /// 終了文字
1717 /// </summary>
18- public const string QUIT_PHASE = "QUIT" ;
18+ private const string QUIT_PHASE = "QUIT" ;
1919
2020 /// <summary>
2121 /// 終了文字か否かを検証します。
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ private static void Main()
6161 var fullMatch = fqdn . Split ( '.' ) . Last ( ) == inp ;
6262 if ( fullMatch )
6363 {
64- optInfo [ "fullMatched" ] = fullMatch ;
64+ optInfo [ "fullMatched" ] = true ;
6565 }
6666
6767 return fqdn . Contains ( inp ) ;
Original file line number Diff line number Diff line change 11using System . Reflection ;
2- using System . Runtime . CompilerServices ;
32using System . Runtime . InteropServices ;
43
54// General Information about an assembly is controlled through the following
You can’t perform that action at this time.
0 commit comments