Java doc.

This commit is contained in:
Fabian Märki
2015-10-21 10:41:03 +02:00
parent a61fddf699
commit 1819283622

View File

@ -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})