Update base class
This commit is contained in:
parent
d6ae7afc2a
commit
75c354ce50
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ public abstract class OsmandPlugin {
|
||||||
|
|
||||||
public abstract String getName();
|
public abstract String getName();
|
||||||
|
|
||||||
public abstract CharSequence getDescription();
|
public abstract String getDescription();
|
||||||
|
|
||||||
@Nullable
|
@Nullable
|
||||||
public Drawable getAssetResourceImage() {
|
public Drawable getAssetResourceImage() {
|
||||||
|
|
Loading…
Reference in a new issue