fix javadoc
This commit is contained in:
parent
8115578e94
commit
22f5667549
|
@ -15,7 +15,7 @@ public abstract class BaseModel implements Cloneable{
|
||||||
/**
|
/**
|
||||||
* indicates the profile has been fetched from a foreign instance.
|
* indicates the profile has been fetched from a foreign instance.
|
||||||
*
|
*
|
||||||
* @see MastodonAPIRequest#execRemote
|
* @see org.joinmastodon.android.api.MastodonAPIRequest#execRemote
|
||||||
*/
|
*/
|
||||||
public transient boolean isRemote;
|
public transient boolean isRemote;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue