From 1819283622eae9e7bfd031fbb969aa19926196c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20M=C3=A4rki?= Date: Wed, 21 Oct 2015 10:41:03 +0200 Subject: [PATCH] Java doc. --- .../ch/psi/daq/queryrest/controller/QueryRestController.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/java/ch/psi/daq/queryrest/controller/QueryRestController.java b/src/main/java/ch/psi/daq/queryrest/controller/QueryRestController.java index f8a87e0..ab518a7 100644 --- a/src/main/java/ch/psi/daq/queryrest/controller/QueryRestController.java +++ b/src/main/java/ch/psi/daq/queryrest/controller/QueryRestController.java @@ -105,6 +105,7 @@ public class QueryRestController { * * @param channelName part of (or full) channel name * @return Collection of channel names matching the specified input channel name + * @throws Throwable in case something goes wrong */ @RequestMapping(value = CHANNELS + "/{channelName}", method = {RequestMethod.GET}, produces = {MediaType.APPLICATION_JSON_VALUE})