Ignore:
Timestamp:
2017-09-13T23:30:25+02:00 (7 years ago)
Author:
bastiK
Message:

see #15229 - move new classes to spi package

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/spi/preferences/Config.java

    r12845 r12847  
    44import java.util.Objects;
    55
    6 import org.openstreetmap.josm.data.preferences.IPreferences;
    7 
    86/**
    97 * Class to hold the global preferences object.
     8 * @since 12847
    109 */
    1110public class Config {
     
    1615     * Get the preferences.
    1716     * @return the preferences
     17     * @since 12847
    1818     */
    1919    public static IPreferences getPref() {
Note: See TracChangeset for help on using the changeset viewer.