File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525import org .slf4j .LoggerFactory ;
2626
2727/**
28- * A configuration class for the Spdx-Java-Library. When a caller attempts to retrieve a configuration property, it
28+ * The configuration class for the Spdx-Java-Library. When a caller attempts to retrieve a configuration property, it
2929 * will first be checked in the Java system properties (i.e. set via `-D` command line options to the JVM, or by
3030 * programmatic calls to `System.setProperty()` in code), and will then fallback on a properties file in the classpath.
3131 * That file must be called `/resources/spdx-java-library.properties`.
32+ *
33+ * Please see the documentation for specifics on what configuration options Spdx-Java-Library supports, and how they
34+ * impact the library's behavior.
3235 */
3336public final class Configuration {
3437 private static final Logger logger = LoggerFactory .getLogger (Configuration .class .getName ());
You can’t perform that action at this time.
0 commit comments