()
| 105 | |
| 106 | |
| 107 | public String toString() { |
| 108 | return (editorBounds.x + "," + |
| 109 | editorBounds.y + "," + |
| 110 | editorBounds.width + "," + |
| 111 | editorBounds.height + "," + |
| 112 | dividerLocation + "," + |
| 113 | deviceBounds.x + "," + |
| 114 | deviceBounds.y + "," + |
| 115 | deviceBounds.width + "," + |
| 116 | deviceBounds.height); |
| 117 | } |
| 118 | |
| 119 | |
| 120 | /** |
no outgoing calls
no test coverage detected