Skip to content

Commit

Permalink
tip isn't displaying on github, change to a note.
Browse files Browse the repository at this point in the history
  • Loading branch information
LightGuard committed Feb 11, 2012
1 parent faf3012 commit 73f9eca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion open18_java_ee_6/migration_steps.rst
Expand Up @@ -389,7 +389,7 @@ enumerated many times throughout the years. These backing beans are annotated
with one of the scope annotations mentioned earlier and also with ``@Named``
so they can be used in EL.

.. tip: It is best not to directly use JPA entities created by CDI, unless
.. note: It is best not to directly use JPA entities created by CDI, unless
they are created by a producer. If CDI manages the life cycle of an entity, JPA
functionality is lost and the entire object will have to be cloned into a new
object to be persisted.
Expand Down

0 comments on commit 73f9eca

Please sign in to comment.