closing ticket 377, 376 and 200
This commit is contained in:
parent
ef79befe9a
commit
00e215a106
25 changed files with 462 additions and 135 deletions
|
|
@ -1,17 +1,19 @@
|
|||
/**
|
||||
* Copyright (C) 2009-2010 Scalable Solutions AB <http://scalablesolutions.se>
|
||||
*/
|
||||
package se.scalablesolutions.akka.spring
|
||||
|
||||
/**
|
||||
* Represents a property element
|
||||
* @author <a href="johan.rask@jayway.com">Johan Rask</a>
|
||||
*/
|
||||
* Represents a property element
|
||||
* @author <a href="johan.rask@jayway.com">Johan Rask</a>
|
||||
*/
|
||||
class PropertyEntry {
|
||||
|
||||
var name:String = _
|
||||
var value:String = null
|
||||
var ref:String = null
|
||||
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)
|
||||
}
|
||||
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