Mercurial > repos > IBDev-IBBoard.WarFoundry.API
diff api/Objects/IWarFoundryObject.cs @ 82:3ea0ab04352b
* Fix line terminators
no-open-ticket
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Sat, 27 Jun 2009 18:59:49 +0000 |
parents | 306558904c2a |
children | 2f3cafb69799 |
line wrap: on
line diff
--- a/api/Objects/IWarFoundryObject.cs Wed May 27 19:43:09 2009 +0000 +++ b/api/Objects/IWarFoundryObject.cs Sat Jun 27 18:59:49 2009 +0000 @@ -12,11 +12,11 @@ /// <value> /// The unique identifier for the object /// </value> - string ID { get; set; } + string ID { get; set; } /// <value> /// The display name of the WarFoundry object - /// </value> + /// </value> string Name { get; set; } } }