Skip to content

Commit 63cb36d

Browse files
committed
📚 Improve JavaDocs
1 parent 187e6fa commit 63cb36d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/spdx/Configuration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ public String getProperty(final String propertyName, final String defaultValue)
8686
* encountered during the process (e.g., the properties file doesn't exist, etc.).
8787
*
8888
* @param propertiesFileName the name of the file to load, including path (if any)
89-
* @return a (possibly empty) set of properties
89+
* @return a (possibly empty) set of properties, or null if the properties file doesn't exist on the CLASSPATH
9090
*/
9191
private static Properties loadProperties(final String propertiesFileName) {
9292
Properties result = null;

0 commit comments

Comments
 (0)