We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 187e6fa commit 63cb36dCopy full SHA for 63cb36d
1 file changed
src/main/java/org/spdx/Configuration.java
@@ -86,7 +86,7 @@ public String getProperty(final String propertyName, final String defaultValue)
86
* encountered during the process (e.g., the properties file doesn't exist, etc.).
87
*
88
* @param propertiesFileName the name of the file to load, including path (if any)
89
- * @return a (possibly empty) set of properties
+ * @return a (possibly empty) set of properties, or null if the properties file doesn't exist on the CLASSPATH
90
*/
91
private static Properties loadProperties(final String propertiesFileName) {
92
Properties result = null;
0 commit comments