Skip to content

Commit

Permalink
Issue ehcache#691 Remove rogue character from javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
ljacomet committed Dec 4, 2015
1 parent 063040c commit a3f1be5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ public interface ManagementProvider<T> {
* @param context the context.
* @param statisticNames the statistic names to collect.
* @param since The unix time in ms from where to return the statistics for statistics based on samples.
* @return the statistic map, the key being the statistic namesø.
* @return the statistic map, the key being the statistic names.
*/
Map<String, Statistic<?, ?>> collectStatistics(Context context, Collection<String> statisticNames, long since);

Expand Down

0 comments on commit a3f1be5

Please sign in to comment.