# HG changeset patch # User IBBoard # Date 1237058323 0 # Node ID e5ea6bfcde8333f1fdcd8671e619a3570420b787 # Parent e7de5c96f5c250cbe1b5c642eb724183c7a10e82 Re #44 - Fix tests * Make spec of method more explicit diff -r e7de5c96f5c2 -r e5ea6bfcde83 api/Factories/AbstractWarFoundryFactory.cs --- 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 @@ /// /// Converts the 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 object) the object should be returned with no modification. + /// If the file is not of supported type the null should be returned. /// /// /// A to get the supported source object from.