Config -> PrefsConfig where appropriate.
git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@125 ed5b42cb-e716-0410-a449-f6a68f950b19
This commit is contained in:
@@ -21,15 +21,14 @@
|
||||
|
||||
package com.threerings.media;
|
||||
|
||||
import com.samskivert.util.Config;
|
||||
import com.samskivert.util.PrefsConfig;
|
||||
|
||||
/**
|
||||
* Provides access to runtime configuration parameters for the media
|
||||
* package and its subpackages.
|
||||
* Provides access to runtime configuration parameters for the media package and its subpackages.
|
||||
*/
|
||||
public class MediaPrefs
|
||||
{
|
||||
/** Used to load our preferences from a properties file and map them
|
||||
* to the persistent Java preferences repository. */
|
||||
public static Config config = new Config("rsrc/config/media");
|
||||
/** Used to load our preferences from a properties file and map them to the persistent Java
|
||||
* preferences repository. */
|
||||
public static PrefsConfig config = new PrefsConfig("rsrc/config/media");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user