Skip to content

Commit

Permalink
Remove duplicate javadoc lines
Browse files Browse the repository at this point in the history
  • Loading branch information
guperrot committed Oct 4, 2018
1 parent 01b4c2c commit a9553cb
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,6 @@ public static void trackEvent(String name) {
* <li>the property names cannot be empty.</li>
* <li>the property names and values are limited to 125 characters each (truncated).</li>
* <li>the number of properties per event is limited to 20 (truncated).</li>
* <li>the event name cannot be longer than 256 and is truncated otherwise.</li>
* </ul>
* <p>
* For OneCollector:
Expand Down Expand Up @@ -331,7 +330,6 @@ public static void trackEvent(String name, Map<String, String> properties) {
* <li>the property names cannot be empty.</li>
* <li>the property names and values are limited to 125 characters each (truncated).</li>
* <li>the number of properties per event is limited to 20 (truncated).</li>
* <li>the event name cannot be longer than 256 and is truncated otherwise.</li>
* </ul>
* <p>
* For OneCollector:
Expand Down

0 comments on commit a9553cb

Please sign in to comment.