mirror of https://github.com/apache/druid.git
Remove unnecessary qualifier (#4565)
This commit is contained in:
parent
a862cc716f
commit
ae86323dbd
|
@ -28,7 +28,7 @@ public class ModulesConfig
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* Canonical class names of modules, which should not be loaded despite they are founded in extensions from {@link
|
* Canonical class names of modules, which should not be loaded despite they are founded in extensions from {@link
|
||||||
* io.druid.guice.ExtensionsConfig#loadList} or the standard list of modules loaded by some node type, e. g. {@code
|
* ExtensionsConfig#loadList} or the standard list of modules loaded by some node type, e. g. {@code
|
||||||
* CliPeon}.
|
* CliPeon}.
|
||||||
*/
|
*/
|
||||||
@JsonProperty
|
@JsonProperty
|
||||||
|
|
Loading…
Reference in New Issue