@@ -121,7 +121,7 @@ class AnnotationController @Inject()(
121
121
annotation <- provider.provideAnnotation(id, request.identity) ~> NOT_FOUND
122
122
result <- info(annotation.typ.toString, id, timestamp)(request)
123
123
} yield result
124
-
124
+
125
125
}
126
126
}
127
127
@@ -138,7 +138,7 @@ class AnnotationController @Inject()(
138
138
js <- annotationService.publicWrites(mergedAnnotation, Some (request.identity), Some (restrictions)) ?~> " annotation.write.failed"
139
139
} yield JsonOk (js, Messages (" annotation.merge.success" ))
140
140
}
141
-
141
+
142
142
@ ApiOperation (hidden = true , value = " " )
143
143
def mergeWithoutType (id : String , mergedTyp : String , mergedId : String ): Action [AnyContent ] =
144
144
sil.SecuredAction .async { implicit request =>
@@ -217,7 +217,7 @@ class AnnotationController @Inject()(
217
217
annotation <- provider.provideAnnotation(id, request.identity) ~> NOT_FOUND
218
218
result <- addAnnotationLayer(annotation.typ.toString, id)(request)
219
219
} yield result
220
- }
220
+ }
221
221
222
222
@ ApiOperation (hidden = true , value = " " )
223
223
def createExplorational (organizationName : String , dataSetName : String ): Action [List [AnnotationLayerParameters ]] =
@@ -280,7 +280,7 @@ class AnnotationController @Inject()(
280
280
json <- annotationService.publicWrites(updated, Some (request.identity)) ?~> " annotation.write.failed"
281
281
} yield JsonOk (json)
282
282
}
283
-
283
+
284
284
@ ApiOperation (hidden = true , value = " " )
285
285
def makeHybridWithoutType (id : String , fallbackLayerName : Option [String ]): Action [AnyContent ] =
286
286
sil.SecuredAction .async { implicit request =>
0 commit comments