diff API/Objects/Requirement/AbstractRequirement.cs @ 428:8f5125740316

Re #27: Define unit requirements * Move definition and documentation of ID up to interface to ensure it is everywhere
author IBBoard <dev@ibboard.co.uk>
date Sun, 30 Oct 2011 20:33:05 +0000
parents 3882b533d99d
children dace3b7779ca
line wrap: on
line diff
--- a/API/Objects/Requirement/AbstractRequirement.cs	Sun Oct 30 20:31:43 2011 +0000
+++ b/API/Objects/Requirement/AbstractRequirement.cs	Sun Oct 30 20:33:05 2011 +0000
@@ -8,13 +8,6 @@
 {
 	public abstract class AbstractRequirement : IRequirement
 	{
-		/// <summary>
-		/// Gets the ID of the requirement type. This is used by the requirement factories.
-		/// It may be, but is not required to be, the name of the class.
-		/// </summary>
-		/// <value>
-		/// The requirement I.
-		/// </value>
 		public abstract string RequirementID { get; }
 
 		public override bool Equals (object obj)