mirror of
https://github.com/lightbend/config.git
synced 2025-01-15 23:01:05 +08:00
linkify a javadoc method reference
This commit is contained in:
parent
d9cac206e1
commit
69c5f0d132
@ -175,9 +175,9 @@ public final class ConfigFactory {
|
||||
}
|
||||
|
||||
/**
|
||||
* Same behavior as parseFileAnySyntax() but for classpath resources
|
||||
* instead.
|
||||
*
|
||||
* Same behavior as {@link #parseFileAnySyntax(File,ConfigParseOptions)} but
|
||||
* for classpath resources instead.
|
||||
*
|
||||
* @param klass
|
||||
* @param resourceBasename
|
||||
* @param options
|
||||
@ -198,7 +198,7 @@ public final class ConfigFactory {
|
||||
* Essentially if the path is "foo.bar" then the resources are
|
||||
* "/foo-bar.conf", "/foo-bar.json", and "/foo-bar.properties". If more than
|
||||
* one of those exists, they are merged.
|
||||
*
|
||||
*
|
||||
* @param rootPath
|
||||
* @param options
|
||||
* @return the parsed configuration
|
||||
|
Loading…
Reference in New Issue
Block a user