From d96c502750631968f944424c07e6dccf51c74d45 Mon Sep 17 00:00:00 2001 From: Ian Hlavats Date: Wed, 5 Jun 2013 16:17:13 +0200 Subject: [PATCH] Updated Javadocs. --- .../java/com/mycompany/service/impl/CountryServiceImpl.java | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/primefaces-webapp/src/main/java/com/mycompany/service/impl/CountryServiceImpl.java b/primefaces-webapp/src/main/java/com/mycompany/service/impl/CountryServiceImpl.java index 65eac39..4629caa 100644 --- a/primefaces-webapp/src/main/java/com/mycompany/service/impl/CountryServiceImpl.java +++ b/primefaces-webapp/src/main/java/com/mycompany/service/impl/CountryServiceImpl.java @@ -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