Skip to content

Commit

Permalink
ScalaDoc update
Browse files Browse the repository at this point in the history
  • Loading branch information
danciu committed Mar 29, 2009
1 parent 81a0e2a commit 41940d7
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -145,6 +145,8 @@ trait MetaRecord[BaseRecord <: Record[BaseRecord]] {

/**
* Creates a mew record from a JSON construct
*
* @param json - the stringified JSON stucture
*/
def createRecord(json: String): Box[BaseRecord] = {
val rec: BaseRecord = rootClass.newInstance.asInstanceOf[BaseRecord]
Expand Down

0 comments on commit 41940d7

Please sign in to comment.