Scaladoc fixes
authorGeorgios Gousios <gousiosg@gmail.com>
Wed, 23 Nov 2011 12:22:49 +0000 (14:22 +0200)
committerGeorgios Gousios <gousiosg@gmail.com>
Wed, 23 Nov 2011 12:36:09 +0000 (14:36 +0200)
logic/src/test/scala/gr/grnet/aquarium/logic/test/FixtureLoader.scala

index bf1b629..66a74ea 100644 (file)
@@ -43,12 +43,12 @@ import javax.persistence.{OneToMany, ManyToMany}
 import java.util.{Date, Set}
 
 /**Loads [[https://docs.djangoproject.com/en/dev/howto/initial-data/ Django-style]]
 import java.util.{Date, Set}
 
 /**Loads [[https://docs.djangoproject.com/en/dev/howto/initial-data/ Django-style]]
- *  fixtures in the database. It expects an open JPA entity manager. The code
- *  makes the following assumptions:
+ * fixtures in the database. It expects an open JPA entity manager. The code
+ * makes the following assumptions:
  *
  *
- *  -All mapped types use the Id trait
- *  -{One,Many}ToMany relationships are mapped with a Set
- *  -The JSON parser returns either Map[String, A], List[A], String or Double
+ *  - All mapped types use the Id trait
+ *  - {One,Many}ToMany relationships are mapped with a Set
+ *  - The JSON parser returns either Map[String, A], List[A], String or Double
  *  (where A is again Double or String), for fields with subfields, arrays,
  *  strings and numbers respectively.
  *
  *  (where A is again Double or String), for fields with subfields, arrays,
  *  strings and numbers respectively.
  *