File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/main/scala/de/upb/cs/swt/delphi/instanceregistry/io/swagger/client/model Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -84,13 +84,13 @@ trait EventJsonSupport extends SprayJsonSupport with DefaultJsonProtocol with In
84
84
implicit val timestampFormat : JsonFormat [DateTime ] = new JsonFormat [DateTime ] {
85
85
/**
86
86
* Custom write method for serialization of DateTime
87
- * @param @ obj DateTime object to serialize
87
+ * @param obj DateTime object to serialize
88
88
* @throws DeserializationException Exception in case of wrong input
89
89
*/
90
90
override def write (obj : DateTime ) = JsString (obj.toIsoDateTimeString())
91
91
/**
92
92
* Custom read method for deserialization of DateTime
93
- * @param @ json JsValue that is to be deserialized
93
+ * @param json JsValue that is to be deserialized
94
94
* @throws DeserializationException Exception when JsValue is in incorrect format
95
95
*/
96
96
override def read (json : JsValue ): DateTime = json match {
You can’t perform that action at this time.
0 commit comments