Clone URL (Committers only): https://cms.apache.org/redirect?new=anonymous;action=diff;uri=http://tomee.apache.org/examples-trunk%2Fcdi-basic%2FREADME.md
Fabrizio Giordano Index: trunk/content/examples-trunk/cdi-basic/README.md =================================================================== --- trunk/content/examples-trunk/cdi-basic/README.md (revision 1585628) +++ trunk/content/examples-trunk/cdi-basic/README.md (working copy) @@ -8,7 +8,7 @@ When the container constructs a bean with an `@Inject` reference, it will first find or create the object that will be injected. For the sake of -simplicity, the is example has a basic `Faculty` pojo with a no-arg constructor. Anyone +simplicity, this example has a basic `Faculty` pojo with a no-arg constructor. Anyone referencing `@Inject Faculty` will get their own instance of `Faculty`. If the desire is to share the same instance of `Faculty`, see the concept of `scopes` -- this is exactly what scopes are for.
