Skip to content

Commit

Permalink
Fix Javadoc issue
Browse files Browse the repository at this point in the history
  • Loading branch information
pnguyen committed Apr 29, 2010
1 parent 54c1442 commit 1368498
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/org/hyperic/hq/hqapi1/MetricDataApi.java
Expand Up @@ -146,7 +146,7 @@ public LastMetricsDataResponse getData(List<Metric> metrics)
* @param start The start time to query, in epoch-millis.
* @param end The end time to query, in epoch-millis.
*
* @return {@link org.hyperic.hq.hqapi1.types.MetricsDataSummaryResponse#SUCCESS}
* @return {@link org.hyperic.hq.hqapi1.types.ResponseStatus#SUCCESS}
* if the data was succesfully queried. The returned data can be retrieved
* via {@link org.hyperic.hq.hqapi1.types.MetricsDataSummaryResponse#getMetricDataSummary()}.
*
Expand All @@ -166,7 +166,7 @@ public MetricsDataSummaryResponse getSummary(Resource resource, long start, long
* @param start The start time to query, in epoch-millis.
* @param end The end time to query, in epoch-millis.
*
* @return {@link org.hyperic.hq.hqapi1.types.MetricsDataSummaryResponse#SUCCESS}
* @return {@link org.hyperic.hq.hqapi1.types.ResponseStatus#SUCCESS}
* if the data was succesfully queried. The returned data can be retrieved
* via {@link org.hyperic.hq.hqapi1.types.MetricsDataSummaryResponse#getMetricDataSummary()}.
*
Expand Down

0 comments on commit 1368498

Please sign in to comment.