fix javadoc

This commit is contained in:
sk 2023-06-13 11:50:57 +02:00
parent 8115578e94
commit 22f5667549
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ public abstract class BaseModel implements Cloneable{
/**
* indicates the profile has been fetched from a foreign instance.
*
* @see MastodonAPIRequest#execRemote
* @see org.joinmastodon.android.api.MastodonAPIRequest#execRemote
*/
public transient boolean isRemote;