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:55:43 +0100
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
40e02b5a52defdb1bb328068b5375745ae27b476
40e02b5a
1 parent
27314c14
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/AddCountryView.java
src/main/java/org/legrog/web/xyz/AddCountryView.java
View file @
40e02b5
...
...
@@ -10,8 +10,8 @@ import javax.inject.Named;
import
java.io.Serializable
;
/**
*
Vue de addCountry.xhtml
*
Permet d'ajouter de nouveaux pays.
*
addCountry.xhtml's view
*
Used for adding new countries
*/
@Named
@RequestScoped
...
...
@@ -27,7 +27,7 @@ public class AddCountryView implements Serializable {
}
/**
*
S'appuie sur le service partagé.
*
Uses SharedService to add countries
*
* @param sharedService
*/
...
...
@@ -37,7 +37,7 @@ public class AddCountryView implements Serializable {
}
/**
* A
joute la pays du formulaire.
* A
dds the country named in the form
*/
public
void
add
()
{
Country
country
=
new
Country
();
...
...
Please
register
or
login
to post a comment