Changeset 471

Show
Ignore:
Timestamp:
01/11/11 02:37:44 (17 months ago)
Author:
AlexanderPico
Message:

fixed pattern

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/org.bridgedb.bio/src/org/bridgedb/bio/BioDataSource.java

    r470 r471  
    475475                DataSourcePatterns.registerPattern( 
    476476                                BioDataSource.TUBERCULIST, 
    477                                 Pattern.compile("Rv\\d{4}(A|B|c|\.\\d)?") 
     477                                Pattern.compile("Rv\\d{4}(A|B|c|\\.\\d)?") 
    478478                );               
    479479