(String image)
| 34 | } |
| 35 | |
| 36 | @Override |
| 37 | public void setImage(String image) { |
| 38 | if (!Validation.isIdentifier(image)) { |
| 39 | throw new ELException(MessageFactory.get("error.identifier.notjava", image)); |
| 40 | } |
| 41 | this.image = image; |
| 42 | } |
| 43 | } |
no test coverage detected