Skip to content

Commit 51b8ea7

Browse files
committed
Fixing comments to make mvn happy
1 parent c44807d commit 51b8ea7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Adjust/adjust/src/main/java/com/adjust/sdk/Adjust.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,8 @@ public static void gdprForgetMe(final Context context) {
226226
/**
227227
* Called to get value of Google Play Advertising Identifier.
228228
*
229-
* @return Google Play Advertising Identifier
229+
* @param context Application context
230+
* @param onDeviceIdRead Callback to get triggered once identifier is obtained
230231
*/
231232
public static void getGoogleAdId(Context context, OnDeviceIdsRead onDeviceIdRead) {
232233
Util.getGoogleAdId(context, onDeviceIdRead);
@@ -235,6 +236,7 @@ public static void getGoogleAdId(Context context, OnDeviceIdsRead onDeviceIdRead
235236
/**
236237
* Called to get value of Amazon Advertising Identifier.
237238
*
239+
* @param context Application context
238240
* @return Amazon Advertising Identifier
239241
*/
240242
public static String getAmazonAdId(final Context context) {

0 commit comments

Comments
 (0)