From 1396d1e075f25af478667fefd66bec470814b7c6 Mon Sep 17 00:00:00 2001 From: Doug Bell Date: Wed, 15 Jul 2009 04:54:06 +0000 Subject: [PATCH] marked comment appropriately --- lib/WebGUI/Asset/Sku/ThingyRecord.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/WebGUI/Asset/Sku/ThingyRecord.pm b/lib/WebGUI/Asset/Sku/ThingyRecord.pm index 748a76942..b10608873 100644 --- a/lib/WebGUI/Asset/Sku/ThingyRecord.pm +++ b/lib/WebGUI/Asset/Sku/ThingyRecord.pm @@ -492,7 +492,7 @@ sub purge { $item->delete; } - # Should we also remove the records from the Thingy? + # XXX: Should we also remove the records from the Thingy? return $self->SUPER::purge; }