Skip to content

Commit d62dd0f

Browse files
author
Johannes Duesing
committed
Corrected typos (misplaced '@' symbol in comments)
1 parent d4ce17e commit d62dd0f

File tree

1 file changed

+2
-2
lines changed
  • src/main/scala/de/upb/cs/swt/delphi/instanceregistry/io/swagger/client/model

1 file changed

+2
-2
lines changed

src/main/scala/de/upb/cs/swt/delphi/instanceregistry/io/swagger/client/model/Event.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,13 +84,13 @@ trait EventJsonSupport extends SprayJsonSupport with DefaultJsonProtocol with In
8484
implicit val timestampFormat: JsonFormat[DateTime] = new JsonFormat[DateTime] {
8585
/**
8686
* Custom write method for serialization of DateTime
87-
* @param @obj DateTime object to serialize
87+
* @param obj DateTime object to serialize
8888
* @throws DeserializationException Exception in case of wrong input
8989
*/
9090
override def write(obj: DateTime) = JsString(obj.toIsoDateTimeString())
9191
/**
9292
* 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
9494
* @throws DeserializationException Exception when JsValue is in incorrect format
9595
*/
9696
override def read(json: JsValue): DateTime = json match {

0 commit comments

Comments
 (0)