Removed trailing whitespace
This commit is contained in:
parent
46d250fe73
commit
2d4809842e
42 changed files with 152 additions and 152 deletions
|
|
@ -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)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue