Fix habitat REST interface comments.

pull/3/head
Bertrik Sikken 2017-08-29 13:25:06 +02:00
rodzic 36cd64e814
commit dce3e356c6
1 zmienionych plików z 1 dodań i 4 usunięć

Wyświetl plik

@ -10,10 +10,7 @@ import javax.ws.rs.QueryParam;
import javax.ws.rs.core.MediaType;
/**
* Interface definition for payload telemetry
*
* Publish this on "/habitat" for example.
*
* Interface definition for payload telemetry and listener telemetry towards Habitat.
*/
@Path("")
@Produces(MediaType.APPLICATION_JSON)