Javadoc edits.

git-svn-id: https://samskivert.googlecode.com/svn/trunk@627 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
mdb
2002-03-03 07:05:44 +00:00
parent 3b311d39a8
commit c9673585a0
@@ -1,5 +1,5 @@
//
// $Id: PropertiesUtil.java,v 1.4 2002/03/03 03:09:15 mdb Exp $
// $Id: PropertiesUtil.java,v 1.5 2002/03/03 07:05:44 mdb Exp $
//
// samskivert library - useful routines for java programs
// Copyright (C) 2001 Michael Bayne
@@ -89,7 +89,7 @@ public class PropertiesUtil
}
/**
* A helper function used by the {@link getSubProperties} methods.
* A helper function used by the {@link #getSubProperties} methods.
*/
protected static void extractSubProperties (
Properties source, Properties dest, String prefix)