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-07 11:17:16 +0100
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
775aab683d70a0b706fe36f4af9710b46adbee16
775aab68
1 parent
522335da
Valeur inutilisée.
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/java/org/legrog/web/xyz/AddCountryView.java
src/main/java/org/legrog/web/xyz/AddCountryView.java
View file @
775aab6
...
...
@@ -29,7 +29,7 @@ public class AddCountryView implements Serializable {
public
void
add
()
{
Country
country
=
new
Country
();
country
.
setCountryName
(
countryName
);
country
=
sharedService
.
addCountry
(
country
);
sharedService
.
addCountry
(
country
);
countryName
=
""
;
}
...
...
Please
register
or
login
to post a comment