mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
#377 - Add back support for JsonWriteBeanVisitor
This commit is contained in:
@@ -26,6 +26,10 @@ public class ArrayStack<E> {
|
||||
this.list = new ArrayList<E>();
|
||||
}
|
||||
|
||||
public String toString() {
|
||||
return list.toString();
|
||||
}
|
||||
|
||||
/**
|
||||
* Pushes an item onto the top of this stack.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user