Skip to content

Commit

Permalink
eclipse#391 fix the small typo
Browse files Browse the repository at this point in the history
Signed-off-by: Emily Jiang <[email protected]>
  • Loading branch information
Emily-Jiang authored and jmesnil committed Sep 6, 2019
1 parent 837cd16 commit 9d5a886
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
String NULL_VALUE="org.eclipse.microprofile.config.configproperty.nullvalue";
/**
* The key of the config property used to look up the configuration value.
* If it is not specified, it will be derived automatically as {@code <class_name>.<injetion_point_name>},
* If it is not specified, it will be derived automatically as {@code <class_name>.<injection_point_name>},
* where {@code injection_point_name} is the field name or parameter name,
* {@code class_name} is the fully qualified name of the class being injected to.
* If one of the {@code class_name} or {@code injection_point_name} cannot be determined, the value has to be provided.
Expand Down

0 comments on commit 9d5a886

Please sign in to comment.