Fix no return type definition error
authorGeorgios Gousios <gousiosg@gmail.com>
Mon, 19 Sep 2011 13:54:17 +0000 (16:54 +0300)
committerGeorgios Gousios <gousiosg@gmail.com>
Mon, 19 Sep 2011 13:54:17 +0000 (16:54 +0300)
logic/src/main/scala/gr/grnet/aquarium/logic/Bills.scala

index bfec463..2417dc0 100644 (file)
@@ -6,7 +6,7 @@ import collection.JavaConversions._
 
 trait Bills {
 
-  def calcBill(e: Entity) = calcBill(e, None, None, None)
+  def calcBill(e: Entity) : Float = calcBill(e, None, None, None)
 
   /**
    * Calculate the bills for all resources used by the user