remove out of date collateral comments and fix a POD typo

This commit is contained in:
Colin Kuskie 2008-05-12 22:27:51 +00:00
parent a0ef1b5494
commit 45ae63d122

View file

@ -462,9 +462,6 @@ The index of the collateral data to move down.
=cut
### NOTE: There is a redundant use of assetId in some of these statements on purpose to support
### two different types of collateral data.
sub moveCollateralDown {
my $self = shift;
my $tableName = shift;
@ -479,7 +476,7 @@ sub moveCollateralDown {
#-------------------------------------------------------------------
=head2 moveCollateralDown ( tableName, index )
=head2 moveCollateralUp ( tableName, index )
Moves a collateral data item up one position. If called on the first element of the
collateral array then it does nothing.
@ -494,9 +491,6 @@ The index of the collateral data to move up.
=cut
### NOTE: There is a redundant use of assetId in some of these statements on purpose to support
### two different types of collateral data.
sub moveCollateralUp {
my $self = shift;
my $tableName = shift;