Removed trailing whitespace

This commit is contained in:
Jonas Bonér 2010-06-30 16:26:15 +02:00
parent 46d250fe73
commit 2d4809842e
42 changed files with 152 additions and 152 deletions

View file

@ -1,7 +1,7 @@
package se.scalablesolutions.akka.spring
/**
* Represents a property element
* Represents a property element
* @author <a href="johan.rask@jayway.com">Johan Rask</a>
*/
class PropertyEntry {
@ -9,9 +9,9 @@ class PropertyEntry {
var name:String = _
var value:String = null
var ref:String = null
override def toString(): String = {
format("name = %s,value = %s, ref = %s", name,value,ref)
}
}
}