Toggle navigation
Toggle navigation
This project
Loading...
Sign in
grogv3
/
grog-cubi
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
Jean-Francois Leveque
2017-02-14 10:58:44 +0100
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
4b3fb01139cc3eb2ce450c3595d474e8fe91b1c5
4b3fb011
1 parent
66fdd410
Comments in English
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
src/main/java/org/legrog/web/xyz/ListCountriesView.java
src/main/java/org/legrog/web/xyz/ListCountriesView.java
View file @
4b3fb01
...
...
@@ -10,8 +10,8 @@ import java.io.Serializable;
import
java.util.List
;
/**
*
Vue de listCountries.xhtml
*
Alimente l'affichage de l'ensemble des pays.
*
listCountries.xhtml's view
*
Provides country list for display
*/
@Named
@RequestScoped
...
...
@@ -26,7 +26,7 @@ public class ListCountriesView implements Serializable {
}
/**
* U
tilise le service partagé.
* U
ses SharedService to get countries
*
* @param sharedService
*/
...
...
@@ -36,7 +36,7 @@ public class ListCountriesView implements Serializable {
}
/**
*
Charge la liste des pays.
*
Loads the Country List
*/
@PostConstruct
public
void
init
()
{
...
...
Please
register
or
login
to post a comment