OSDN Git Service

#30244 Visual Studio 2012 Express for Windows Desktop, StyleCop 4.7, WiX 3.6 に合わせたソース...
[wptscs/wpts.git] / Wptscs / Models / TranslationTable.cs
index 074f6ac..4637219 100644 (file)
@@ -93,7 +93,7 @@ namespace Honememo.Wptscs.Models
         /// <remarks>大文字小文字は区別しない。</remarks>
         public string GetWord(string word)
         {
-            if (String.IsNullOrEmpty(this.From) || String.IsNullOrEmpty(this.To))
+            if (string.IsNullOrEmpty(this.From) || string.IsNullOrEmpty(this.To))
             {
                 throw new InvalidOperationException("empty from or to");
             }