fixed missing javadoc

This commit is contained in:
Lars Kühne 2002-05-20 10:53:23 +00:00
parent 502082c736
commit 6f7fec94ee
1 changed files with 1 additions and 0 deletions

View File

@ -160,6 +160,7 @@ public final class Main
/**
* Loads properties from a File.
* @param aFile the properties file
* @return the properties in aFile
*/
private static Properties loadProperties(File aFile)
{