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 12:13:29 +0100
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
af29002a88f84bc5d150915634f6450d5884103a
af29002a
1 parent
423d87a7
Respect de l'ordre recommendé par Java Language Specification
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/main/java/org/legrog/web/publisher/ListPublisherActionsView.java
src/main/java/org/legrog/web/publisher/ListPublisherActionsView.java
View file @
af29002
...
...
@@ -22,11 +22,11 @@ public class ListPublisherActionsView implements Serializable {
transient
Logger
logger
=
LoggerFactory
.
getLogger
(
getClass
());
transient
protected
PublisherService
publisherService
;
protected
transient
PublisherService
publisherService
;
private
Integer
publisherId
;
private
boolean
viewAll
;
transient
private
List
<
PublisherAction
>
publisherActions
;
private
transient
List
<
PublisherAction
>
publisherActions
;
@Inject
public
ListPublisherActionsView
(
PublisherService
publisherService
)
{
...
...
Please
register
or
login
to post a comment