|
From: <rv...@us...> - 2009-11-24 11:33:39
|
Revision: 311
http://treebase.svn.sourceforge.net/treebase/?rev=311&view=rev
Author: rvos
Date: 2009-11-24 10:12:09 +0000 (Tue, 24 Nov 2009)
Log Message:
-----------
Changed unknown POD token from V to C at line 35
Modified Paths:
--------------
trunk/treebase-core/src/main/perl/lib/CIPRES/TreeBase/TreeBaseObjects.pm
Modified: trunk/treebase-core/src/main/perl/lib/CIPRES/TreeBase/TreeBaseObjects.pm
===================================================================
--- trunk/treebase-core/src/main/perl/lib/CIPRES/TreeBase/TreeBaseObjects.pm 2009-11-24 10:11:32 UTC (rev 310)
+++ trunk/treebase-core/src/main/perl/lib/CIPRES/TreeBase/TreeBaseObjects.pm 2009-11-24 10:12:09 UTC (rev 311)
@@ -32,7 +32,7 @@
in the table in a field whose name is returned by C<ObjectClass::id_attr>. This defaults to
C<objectclass_id> if the method is not overridden.
-C<ObjectClass::new(V<ID>)> will create an object with the specified ID number. Objects are
+C<ObjectClass::new(C<$id>)> will create an object with the specified ID number. Objects are
created lazily: the database is not consulted until some
We will consider a running example, a database which contains studies, trees, and matrices.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|