ruffy: Menu.toString.
This commit is contained in:
parent
eb87dfb3f1
commit
9300179ace
1 changed files with 8 additions and 0 deletions
|
@ -138,4 +138,12 @@ public class Menu implements Parcelable{
|
||||||
return new Menu[size];
|
return new Menu[size];
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public String toString() {
|
||||||
|
return "Menu{" +
|
||||||
|
"type=" + type +
|
||||||
|
", attributes=" + attributes +
|
||||||
|
'}';
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue