You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucy.apache.org by ma...@apache.org on 2011/02/17 23:15:30 UTC

[lucy-commits] svn commit: r1071813 - /incubator/lucy/trunk/clownfish/lib/Clownfish/Symbol.pm

Author: marvin
Date: Thu Feb 17 22:15:30 2011
New Revision: 1071813

URL: http://svn.apache.org/viewvc?rev=1071813&view=rev
Log:
Remove obsolete labeling of Clownfish::Symbol as "abstract".  (It's still a
base but it's no longer abstract.)

Modified:
    incubator/lucy/trunk/clownfish/lib/Clownfish/Symbol.pm

Modified: incubator/lucy/trunk/clownfish/lib/Clownfish/Symbol.pm
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/clownfish/lib/Clownfish/Symbol.pm?rev=1071813&r1=1071812&r2=1071813&view=diff
==============================================================================
--- incubator/lucy/trunk/clownfish/lib/Clownfish/Symbol.pm (original)
+++ incubator/lucy/trunk/clownfish/lib/Clownfish/Symbol.pm Thu Feb 17 22:15:30 2011
@@ -47,17 +47,16 @@ __POD__
 
 =head1 NAME
 
-Clownfish::Symbol - Abstract base class for Clownfish symbols.
+Clownfish::Symbol - Base class for Clownfish symbols.
 
 =head1 DESCRIPTION
 
-Clownfish::Symbol serves as an abstract parent class for entities which may
-live in the global namespace, such as classes, functions, methods, and
-variables.
+Clownfish::Symbol serves as a parent class for entities which may live in the
+global namespace, such as classes, functions, methods, and variables.
 
 =head1 CONSTRUCTOR
 
-    my $symbol = MySymbol->new(
+    my $symbol = Clownfish::Symbol->new(
         parcel      => 'Crustacean',             # default: special
         exposure    => 'parcel',                 # required
         class_name  => 'Crustacean::Lobster',    # default: undef