From ec0073ea561963bb2d6b36ec90c79d9660e3b0d3 Mon Sep 17 00:00:00 2001 From: cdelaunay Date: Thu, 15 Jul 2021 11:30:24 +0200 Subject: [PATCH] this method is using obsolete accessors (#type) and is already defined correctly by the superclass --- .../GJGeometryObject.class/class/withType..st | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 GeoJSON-Core.package/GJGeometryObject.class/class/withType..st diff --git a/GeoJSON-Core.package/GJGeometryObject.class/class/withType..st b/GeoJSON-Core.package/GJGeometryObject.class/class/withType..st deleted file mode 100644 index 4e84cec..0000000 --- a/GeoJSON-Core.package/GJGeometryObject.class/class/withType..st +++ /dev/null @@ -1,4 +0,0 @@ -instance creation -withType: aString - ^ (self withAllSubclasses reject: #isAbstract) - detect: [ :each | each type = aString ] \ No newline at end of file