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:56:43 +0100
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
66fdd41071766ef466f6533d65c7573ab9276281
66fdd410
1 parent
40e02b5a
SonarQube+Javadoc
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/main/java/org/legrog/web/xyz/ListCountriesView.java
src/main/java/org/legrog/web/xyz/ListCountriesView.java
View file @
66fdd41
...
...
@@ -9,12 +9,12 @@ import javax.inject.Named;
import
java.io.Serializable
;
import
java.util.List
;
@Named
@RequestScoped
/**
* Vue de listCountries.xhtml
* Alimente l'affichage de l'ensemble des pays.
*/
@Named
@RequestScoped
public
class
ListCountriesView
implements
Serializable
{
private
transient
SharedService
sharedService
;
...
...
Please
register
or
login
to post a comment