This method should only be overriden by formats that support multiple versions. The default implementation just returns 1.0.0.
6566676869707172737475
throw new WicketRuntimeException(e); } // store in the catalog try { Version version = styleHandler.version(rawStyle); s.setSLDVersion(version); getCatalog().add(s); } catch (Exception e) { LOGGER.log(Level.SEVERE, "Error occurred saving the style", e); error(e);