9293949596979899
} public void validate() throws ValidationException { // Check version number if (this.configuration.getVersion().doubleValue() != 1.0) { throw new ValidationException("version attribute should be '1.0'"); } }