Correct documentation
authorChristos KK Loverdos <loverdos@gmail.com>
Mon, 2 Jan 2012 17:59:55 +0000 (19:59 +0200)
committerChristos KK Loverdos <loverdos@gmail.com>
Mon, 2 Jan 2012 17:59:55 +0000 (19:59 +0200)
src/main/scala/gr/grnet/aquarium/logic/events/ResourceType.scala

index e527d52..27ff789 100644 (file)
@@ -57,7 +57,8 @@ sealed abstract class ResourceType(_name: String) {
   def isBillableType = true
 
   /**
-   * A resource type is independent if it can, by itself only, create a wallet entry.
+   * A resource type is independent if it can, by itself only, create a finalized wallet entry (that is,
+   * it can create, by itself only, credits).
    *
    * It is dependent if it needs one or more other events of he same type to
    */