Changeset 34872


Ignore:
Timestamp:
2021-02-16T01:01:45+13:00 (3 years ago)
Author:
davidb
Message:

Fixed typo; otherwise some white-space differences

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/model-sites-dev/eurovision-lod/collect/eurovision/perllib/plugins/MetadataJSONPlugin.pm

    r34835 r34872  
    194194    if (open(JSONIN,"<$filename")) {
    195195    my $doctype = $self->get_doctype();
    196 
     196   
    197197    ## heuristic check as to whether the doctype has the same name as the first/top-level JSON field
    198198    while (defined (my $line = <JSONIN>)) {
     
    205205        }
    206206        else {
    207             close(JSONIN); 
     207            close(JSONIN);
    208208            return 1;
    209209        }
     
    267267   
    268268    print STDERR "\n<Processing n='$file' p='MetadataJSONPlugin'>\n" if ($gli);
    269     print $outhandle "MetadataXJSONlugin: processing $file\n" if ($self->{'verbosity'})> 1;
     269    print $outhandle "MetadataJSONplugin: processing $file\n" if ($self->{'verbosity'})> 1;
    270270
    271271    # In order to prevent blind reprocessing of the same old docs upon *incremental* building
Note: See TracChangeset for help on using the changeset viewer.