Skip to content

Commit

Permalink
Updated Javadocs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian Hlavats committed Jun 5, 2013
1 parent df8de66 commit d96c502
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -203,9 +203,7 @@ private void importCountries() {
* This method is responsible for initializing a List of Country objects
* when the web application is started. We use the CDI event handling system
* combined with the custom {@link Initialized} event to ensure this method
* is called at startup time. Note: since this class is not an EJB, to
* insert data we have to use bean-managed transactions with the
* {@link UserTransaction}.
* is called at startup time.
*
* @param context
* @throws Exception
Expand Down

0 comments on commit d96c502

Please sign in to comment.