Ignore:
Timestamp:
2008-09-08T12:35:53+12:00 (16 years ago)
Author:
kjdon
Message:

BasClas renamed to BaseClassifier, tidied up constructors

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/perllib/classify/AZSectionList.pm

    r12891 r17209  
    6161    push(@$classifierslist, $class);
    6262
    63     if(defined $arguments){ push(@{$hashArgOptLists->{"ArgList"}},@{$arguments});}
    64     if(defined $options) { push(@{$hashArgOptLists->{"OptList"}},$options)};
     63    push(@{$hashArgOptLists->{"ArgList"}},@{$arguments});
     64push(@{$hashArgOptLists->{"OptList"}},$options);
    6565
    6666    my $self = new AZList($classifierslist, $inputargs, $hashArgOptLists);
Note: See TracChangeset for help on using the changeset viewer.