Skip to content

Commit

Permalink
Update javadoc.
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaslabari committed May 10, 2024
1 parent 2e692ca commit e37d745
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ public void start(@NonNull Context context, @NonNull AppFramework appFramework)
}

/**
* @deprecated Use {@link #start(Context)} instead.
* @deprecated Use {@link #start(Context)} instead. The isDevMode parameter has no effect.
*/
@Override
@Deprecated
Expand All @@ -93,7 +93,7 @@ public void start(@NonNull Context context, boolean isDevMode) {
}

/**
* @deprecated Use {@link #start(Context, AppFramework)} instead.
* @deprecated Use {@link #start(Context, AppFramework)} instead. The isDevMode parameter has no effect.
*/
@Override
@Deprecated
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ void start(@NonNull Context context,
* @param isDevMode if true, and the build type is debuggable, it
* sets the environment for all sessions to 'Development'.
*
* @deprecated Use {@link #start(Context)} instead.
* @deprecated Use {@link #start(Context)} instead. The isDevMode parameter has no effect.
*/
@Deprecated
void start(@NonNull Context context,
Expand All @@ -69,7 +69,7 @@ void start(@NonNull Context context,
* sets the environment for all sessions to 'Development'.
* @param appFramework the AppFramework of the application
*
* @deprecated Use {@link #start(Context, Embrace.AppFramework)} instead.
* @deprecated Use {@link #start(Context, Embrace.AppFramework)} instead. The isDevMode parameter has no effect.
*/
@Deprecated
void start(@NonNull Context context,
Expand Down

0 comments on commit e37d745

Please sign in to comment.