Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Commit

Permalink
Fix error in comments to make sure javadoc generation works
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Reimold committed Jun 16, 2015
1 parent 4ab1a6b commit 997ce03
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ public static void sendPendingData() {
/**
* enables all auto-collection features
*
* @warning requires ApplicationInsights to be setup with an Application object
* Requires ApplicationInsights to be setup with an Application object
*/
public static void enableAutoCollection() {
enableAutoAppearanceTracking();
Expand Down Expand Up @@ -419,7 +419,7 @@ public static void setAutoCollectionDisabled(boolean disabled) {
*
* @param disabled if set to true, the auto collection feature will be disabled at app start
* To enable/disable auto collection features at runtime, use
* {@link ApplicationInsights#disableAutoCollection() or the more specific
* {@link ApplicationInsights#disableAutoCollection()} or the more specific
* {@link ApplicationInsights#disableAutoSessionManagement()},
* {@link ApplicationInsights#disableAutoAppearanceTracking()} and
* {@link ApplicationInsights#disableAutoPageViewTracking()}
Expand Down

0 comments on commit 997ce03

Please sign in to comment.