changeset 167 | b7cc9d09aefe |
parent 109 | 70d0c3102424 |
child 176 | c16fd81b520a |
1.1 --- a/Hardware/Identifier.cs Thu Aug 12 20:53:27 2010 +0000 1.2 +++ b/Hardware/Identifier.cs Sun Aug 15 14:46:58 2010 +0000 1.3 @@ -45,7 +45,7 @@ 1.4 1.5 private static char SEPARATOR = '/'; 1.6 1.7 - private void CheckIdentifiers(string[] identifiers) { 1.8 + private static void CheckIdentifiers(string[] identifiers) { 1.9 foreach (string s in identifiers) 1.10 if (s.Contains(" ") || s.Contains(SEPARATOR.ToString())) 1.11 throw new ArgumentException("Invalid identifier");