change comment to highlight it's both read and write

This commit is contained in:
Bart van den Eijnden
2012-02-22 12:23:20 +01:00
parent d4e0947f1a
commit 941f3c0913
@@ -9,9 +9,10 @@
/** /**
* Class: OpenLayers.Format.SLD/v1_0_0_GeoServer * Class: OpenLayers.Format.SLD/v1_0_0_GeoServer
* Read SLD version 1.0.0 with GeoServer-specific enhanced options. * Read and write SLD version 1.0.0 with GeoServer-specific enhanced options.
* See http://svn.osgeo.org/geotools/trunk/modules/extension/xsd/xsd-sld/src/main/resources/org/geotools/sld/bindings/StyledLayerDescriptor.xsd * See http://svn.osgeo.org/geotools/trunk/modules/extension/xsd/xsd-sld/src/main/resources/org/geotools/sld/bindings/StyledLayerDescriptor.xsd
* * for more information.
*
* Inherits from: * Inherits from:
* - <OpenLayers.Format.SLD.v1_0_0> * - <OpenLayers.Format.SLD.v1_0_0>
*/ */