summaryrefslogtreecommitdiff
path: root/src/main/scala/cc/spray/json/formats/StandardFormats.scala
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/scala/cc/spray/json/formats/StandardFormats.scala')
-rw-r--r--src/main/scala/cc/spray/json/formats/StandardFormats.scala9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/main/scala/cc/spray/json/formats/StandardFormats.scala b/src/main/scala/cc/spray/json/formats/StandardFormats.scala
index 91e21d3..78bbe53 100644
--- a/src/main/scala/cc/spray/json/formats/StandardFormats.scala
+++ b/src/main/scala/cc/spray/json/formats/StandardFormats.scala
@@ -1,6 +1,3 @@
-package cc.spray.json
-package formats
-
/*
* Original implementation (C) 2009-2011 Debasish Ghosh
* Adapted and extended in 2011 by Mathias Doenitz
@@ -18,6 +15,12 @@ package formats
* limitations under the License.
*/
+package cc.spray.json
+package formats
+
+/**
+ * Provides the JsonFormats for the non-collection standard types.
+ */
trait StandardFormats {
private type JF[T] = JsonFormat[T] // simple alias for reduced verbosity