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:11:27 +0100
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
aa9c0123400d969f3a41f6ee3cb8581ccde950f6
aa9c0123
1 parent
5dbb67b5
On respecte le contrat Serializable.
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/main/java/org/legrog/web/xyz/AddCountryView.java
src/main/java/org/legrog/web/xyz/AddCountryView.java
View file @
aa9c012
...
...
@@ -14,9 +14,9 @@ import java.io.Serializable;
public
class
AddCountryView
implements
Serializable
{
transient
Logger
logger
=
LoggerFactory
.
getLogger
(
getClass
());
private
SharedService
sharedService
;
private
transient
SharedService
sharedService
;
private
String
countryName
;
private
transient
String
countryName
;
public
AddCountryView
()
{
}
...
...
Please
register
or
login
to post a comment