IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 23855


Ignore:
Timestamp:
Apr 14, 2009, 11:18:34 AM (17 years ago)
Author:
jhoblitt
Message:

mark find_objects_for_index() as private

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/neb_distrib_20081210/Nebulous-Server/lib/Nebulous/Server.pm

    r23854 r23855  
    12301230    my $n_dbs = $self->config->n_db();
    12311231    for (my $index = 0; $index < $n_dbs; $index ++) {
    1232         my $newkeys = $self->find_objects_for_index($index, $pattern);
     1232        my $newkeys = $self->_find_objects_for_index($index, $pattern);
    12331233        push @keys, @$newkeys;
    12341234    }
     
    12411241
    12421242# find matching objects from the given server
    1243 sub find_objects_for_index
     1243sub _find_objects_for_index
    12441244{
    12451245
Note: See TracChangeset for help on using the changeset viewer.