Correct type for overiding field
authorGeorgios Gousios <gousiosg@gmail.com>
Tue, 29 Nov 2011 14:03:11 +0000 (16:03 +0200)
committerGeorgios Gousios <gousiosg@gmail.com>
Tue, 29 Nov 2011 14:04:54 +0000 (16:04 +0200)
logic/src/main/scala/gr/grnet/aquarium/logic/accounting/dsl/DSLTimeBoundedItem.scala

index 7a5e88d..9e4c5a3 100644 (file)
 package gr.grnet.aquarium.logic.accounting.dsl
 
 /**
- * A DSL item whose effectivity is constrained by well defined time bounds.
+ * A DSL dsltbi whose effectivity is constrained by well defined time bounds.
  * All time bounded items also support inheritance.
  *
  * @author Georgios Gousios <gousiosg@gmail.com>
  */
-abstract class DSLTimeBoundedItem[T](val overrides: Option[T],
+abstract class DSLTimeBoundedItem[T](val overrides: Option[DSLTimeBoundedItem[T]],
                                      val effective: DSLTimeFrame)