From fdfdc4c9ae982a912f7e49745aa9a678cc4c6021 Mon Sep 17 00:00:00 2001 From: mdb Date: Sun, 7 Apr 2002 23:45:27 +0000 Subject: [PATCH] Documentation clarifcation. git-svn-id: https://samskivert.googlecode.com/svn/trunk@697 6335cc39-0255-0410-8fd6-9bcaacd3b74c --- projects/samskivert/src/java/com/samskivert/util/Config.java | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/projects/samskivert/src/java/com/samskivert/util/Config.java b/projects/samskivert/src/java/com/samskivert/util/Config.java index be50f58c..69be9531 100644 --- a/projects/samskivert/src/java/com/samskivert/util/Config.java +++ b/projects/samskivert/src/java/com/samskivert/util/Config.java @@ -1,5 +1,5 @@ // -// $Id: Config.java,v 1.12 2002/04/07 23:44:31 mdb Exp $ +// $Id: Config.java,v 1.13 2002/04/07 23:45:27 mdb Exp $ // // samskivert library - useful routines for java programs // Copyright (C) 2001 Michael Bayne @@ -38,7 +38,8 @@ import com.samskivert.Log; * configuration information. It takes care of loading properties files * (done via the classpath) and merging configuration data from multiple * configuration files with the same path (so that users of packages can - * override configuration settings for the packages that they use). + * override configuration settings for the packages that they use; see + * {@ConfigUtil#loadInheritedProperties}). * *

The primary pattern is to create, for each package that shares * configuration information, a singleton class containing a config object