Skip to content

Commit

Permalink
Remove javadoc warning in GaugeGraphView
Browse files Browse the repository at this point in the history
Javadoc complains about using templates in method
links and wants the plain non-template parameter
signatures.
  • Loading branch information
kevinsawicki committed Mar 21, 2012
1 parent 408d7cb commit 54e2b0c
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -62,7 +62,7 @@ public GaugeGraphView(Context ctx, AttributeSet attrs) {


/** /**
* This should be set before the graph is updated with traffic data, and will not take * This should be set before the graph is updated with traffic data, and will not take
* effect until {@link #updateGraphWith(List<DatedViewSummary>)} is called. * effect until {@link #updateGraphWith(List)} is called.
* *
* @param numDays the number of days to display in the graph, 1 bar per day * @param numDays the number of days to display in the graph, 1 bar per day
*/ */
Expand Down

0 comments on commit 54e2b0c

Please sign in to comment.