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