changeset 28:e5ea6bfcde83

Re #44 - Fix tests * Make spec of method more explicit
author IBBoard <dev@ibboard.co.uk>
date Sat, 14 Mar 2009 19:18:43 +0000
parents e7de5c96f5c2
children d7899f462d8c
files api/Factories/AbstractWarFoundryFactory.cs
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/api/Factories/AbstractWarFoundryFactory.cs	Sat Mar 14 17:10:26 2009 +0000
+++ b/api/Factories/AbstractWarFoundryFactory.cs	Sat Mar 14 19:18:43 2009 +0000
@@ -42,6 +42,7 @@
 		
 		/// <summary>
 		/// Converts the <see cref="FileInfo"/> object in to the appropriate type for this class so that it can perform its checks. If no conversion is required (the test can be performed on a <see cref="FileInfo"/> object) the object should be returned with no modification. 
+		/// If the file is not of supported type the <code>null</code> should be returned.
 		/// </summary>
 		/// <param name="file">
 		/// A <see cref="FileInfo"/> to get the supported source object from.