Skip to content

Commit

Permalink
opens the diagnostic context
Browse files Browse the repository at this point in the history
  • Loading branch information
gpolitis committed Jun 14, 2019
1 parent b17c15b commit 0c63ac2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public TimeSeriesPoint makeTimeSeriesPoint(String timeSeriesName, long tsMs)
public static class TimeSeriesPoint
extends HashMap<String, Object>
{
TimeSeriesPoint(Map<String, Object> m)
public TimeSeriesPoint(Map<String, Object> m)
{
super(m);
}
Expand Down

0 comments on commit 0c63ac2

Please sign in to comment.