From b076dd8041ce348aff8e1149c48571fa4c3d97d4 Mon Sep 17 00:00:00 2001 From: Christopher Eykamp Date: Wed, 2 Jan 2013 12:14:19 +0100 Subject: [PATCH] Remove comment block referring to constructor -- not needed for abstract class --- lib/OpenLayers/Format/WCSCapabilities/v1.js | 9 --------- 1 file changed, 9 deletions(-) diff --git a/lib/OpenLayers/Format/WCSCapabilities/v1.js b/lib/OpenLayers/Format/WCSCapabilities/v1.js index c0d8d92b3c..3897881841 100644 --- a/lib/OpenLayers/Format/WCSCapabilities/v1.js +++ b/lib/OpenLayers/Format/WCSCapabilities/v1.js @@ -26,15 +26,6 @@ OpenLayers.Format.WCSCapabilities.v1 = OpenLayers.Class( * Property: defaultPrefix */ defaultPrefix: "wcs", - - /** - * Constructor: OpenLayers.Format.WCSCapabilities.v1_1 - * Create an instance of one of the subclasses. - * - * Parameters: - * options - {Object} An optional object whose properties will be set on - * this instance. - */ /** * APIMethod: read