Skip to content

Commit

Permalink
#233 configProperty default name (#237)
Browse files Browse the repository at this point in the history
* #233 configProperty default name

Signed-off-by: Emily Jiang <[email protected]>

* emily_config1.1

Signed-off-by: Emily Jiang <[email protected]>

* Revert "#233 configProperty default name"

This reverts commit 7830f57.

* Revert "emily_config1.1"

This reverts commit 6caf28b.

* Revert "Revert "#233 configProperty default name""

This reverts commit 5139429.

* Revert "#233 configProperty default name"

This reverts commit 7830f57.

* #233 configProperty default name

Signed-off-by: Emily Jiang <[email protected]>
  • Loading branch information
Emily-Jiang authored and johnament committed Sep 6, 2017
1 parent 43401f1 commit e718507
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
* 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>},
* 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 with the first letter decaptialised.
* {@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.
*
* @return Name (key) of the config property to inject
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
public class CDIPlainInjectionTest extends Arquillian {

private static final String DEFAULT_PROPERTY_BEAN_KEY =
"org.eclipse.microprofile.config.tck.CDIPlainInjectionTest.defaultPropertyBean.configProperty";
"org.eclipse.microprofile.config.tck.CDIPlainInjectionTest.DefaultPropertyBean.configProperty";

@Deployment
public static Archive deployment() {
Expand Down

0 comments on commit e718507

Please sign in to comment.