Skip to content

Commit

Permalink
Move start tag to top of import statement in data samples
Browse files Browse the repository at this point in the history
  • Loading branch information
jradcliff committed Dec 18, 2023
1 parent 6deddff commit 7914276
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 16,7 @@

package com.google.analytics.data.samples;

// [START analyticsdata_quickstart_oauth2]
import com.google.analytics.data.v1beta.BetaAnalyticsDataClient;
import com.google.analytics.data.v1beta.BetaAnalyticsDataSettings;
import com.google.analytics.data.v1beta.DateRange;
Expand Down Expand Up @@ -65,7 66,6 @@
* mvn compile exec:java -Dexec.mainClass="com.google.analytics.data.samples.QuickstartOAuth2Sample"
* }</pre>
*/
// [START analyticsdata_quickstart_oauth2]
public class QuickstartOAuth2Sample {
// Scopes for the generated OAuth2 credentials. The list here consists of just the read-only
// Google Analytics Data API scope, but you can add multiple scopes if you want to use the
Expand Down

0 comments on commit 7914276

Please sign in to comment.