javadoc: add "interfaceName" to getImplFromServices.

This commit is contained in:
edburns%acm.org 2004-04-15 15:30:00 +00:00
Родитель f1169f4362
Коммит 4648e3ec0d
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -298,8 +298,8 @@ public class Utilities extends Object {
* method. If the resource is found, interpret it as a
* <code>Properties</code> file and read out its first line.
* Interpret the first line as the fully qualified class name of a
* class that implements <code></code>. The named class must have a
* public no-arg constructor.</p>
* class that implements <code>interfaceClassName</code>. The named
* class must have a public no-arg constructor.</p>
*
*/