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/Browse.pm

    r10253 r12891  
    5454    if(defined $options) { push(@{$hashArgOptLists->{"OptList"}},$options)};
    5555
    56     my $self = (defined $hashArgOptLists)? new BasClas($classifierslist,$inputargs,$hashArgOptLists): new BasClas($classifierslist,$inputargs);
     56    my $self = new BasClas($classifierslist, $inputargs, $hashArgOptLists);
    5757
    5858    if ($self->{'info_only'}) {
Note: See TracChangeset for help on using the changeset viewer.