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-03-06 11:58:46 +0100
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
09cad4b03a92d55664c22fb846b16fb0c3286d02
09cad4b0
1 parent
5caacaa4
Clarification
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/java/org/legrog/web/publisher/PublisherSearchView.java
src/main/java/org/legrog/web/publisher/PublisherSearchView.java
View file @
09cad4b
...
...
@@ -17,7 +17,7 @@ import java.util.List;
@RequestScoped
public
class
PublisherSearchView
implements
Serializable
{
List
<
PublisherVersion
>
publisherVersions
=
new
ArrayList
<>();
transient
List
<
PublisherVersion
>
publisherVersions
=
new
ArrayList
<>();
String
searchString
=
new
String
();
transient
PublisherService
publisherService
;
...
...
Please
register
or
login
to post a comment