Brian O'Connor
Committed by Gerrit Code Review

Adding description to param in AlarmsWebResource

This should fix the stacktrace in the build.

Change-Id: I7d2796ecb435c30c227e013a6d93ae8accdf7e06
...@@ -103,7 +103,7 @@ public class AlarmsWebResource extends AbstractWebResource { ...@@ -103,7 +103,7 @@ public class AlarmsWebResource extends AbstractWebResource {
103 * Update book-keeping fields on the alarm. Returns an up-to-date version of the alarm. Some of its fields may have 103 * Update book-keeping fields on the alarm. Returns an up-to-date version of the alarm. Some of its fields may have
104 * been updated since the REST client last retrieved the alarm being updated. 104 * been updated since the REST client last retrieved the alarm being updated.
105 * 105 *
106 - * @param alarmIdPath 106 + * @param alarmIdPath alarm id path
107 * @param stream input JSON 107 * @param stream input JSON
108 * @return updated JSON encoded alarm 108 * @return updated JSON encoded alarm
109 */ 109 */
......