(String titleText)
| 79 | } |
| 80 | |
| 81 | public void setTitleText(String titleText) { |
| 82 | this.titleText = titleText; |
| 83 | modified = true; |
| 84 | } |
| 85 | public void setPosText(String posText) { |
| 86 | this.posText = posText; |
| 87 | modified = true; |
no outgoing calls
no test coverage detected