Ignore:
Timestamp:
2006-09-28T11:21:26+12:00 (18 years ago)
Author:
mdewsnip
Message:

Tidied up that horrible long line in the new() function of every classifier.

File:
1 edited

Legend:

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

    r10630 r12891  
    5757    if(defined $options) { push(@{$hashArgOptLists->{"OptList"}},$options)};
    5858
    59     my $self = (defined $hashArgOptLists)? new List($classifierslist,$inputargs,$hashArgOptLists): new List($classifierslist,$inputargs);
     59    my $self = new List($classifierslist, $inputargs, $hashArgOptLists);
    6060
    6161    return bless $self, $class;
Note: See TracChangeset for help on using the changeset viewer.