()
| 523 | public keyValue(String key, String value) { this.key=key; this.value=(value==null)?"":value; } |
| 524 | |
| 525 | public String getKey() { return key; } |
| 526 | public String getValue() { return value; } |
| 527 | } |
| 528 | } |
no outgoing calls
no test coverage detected