Ignore:
Timestamp:
2015-10-23T23:34:29+02:00 (9 years ago)
Author:
Don-vip
Message:

add unit test to check syntax validity of all MapCSSTagChecker rules

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/preferences/SourceEditor.java

    r8870 r8936  
    447447    /**
    448448     * Synchronously loads available sources and returns the parsed list.
     449     * @return list of available sources
    449450     */
    450     Collection<ExtendedSourceEntry> loadAndGetAvailableSources() {
     451    public final Collection<ExtendedSourceEntry> loadAndGetAvailableSources() {
    451452        try {
    452453            final SourceLoader loader = new SourceLoader(availableSourcesUrl, sourceProviders);
     
    466467    }
    467468
     469    /**
     470     * Performs the initial loading of source providers. Does nothing if already done.
     471     */
    468472    public void initiallyLoadAvailableSources() {
    469473        if (!sourcesInitiallyLoaded) {
Note: See TracChangeset for help on using the changeset viewer.