remove out of date collateral comments and fix a POD typo
This commit is contained in:
parent
a0ef1b5494
commit
45ae63d122
1 changed files with 1 additions and 7 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue