Fix POD to increase POD coverage, mainly by fixing typos and removing

unused code.
This commit is contained in:
Colin Kuskie 2009-07-04 17:12:13 +00:00
parent df51a0d99f
commit cff07644e0
3 changed files with 2 additions and 8 deletions

View file

@ -368,12 +368,6 @@ sub moveCollateralUp {
$self->session->db->commit;
}
#-------------------------------------------------------------------
sub processPropertiesFromFormPost {
my $self = shift;
$self->SUPER::processPropertiesFromFormPost;
}
#-------------------------------------------------------------------