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:37:25 +0100
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
bc6a8d98c54556ad1b86eb1f0b03acb8153c86b6
bc6a8d98
1 parent
6aed73c1
SonarQube + Javadoc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/java/org/legrog/web/publisher/ListPublisherActionsView.java
src/main/java/org/legrog/web/publisher/ListPublisherActionsView.java
View file @
bc6a8d9
...
...
@@ -28,12 +28,12 @@ public class ListPublisherActionsView implements Serializable {
private
boolean
viewAll
;
private
transient
List
<
PublisherAction
>
publisherActions
;
@Inject
/**
* S'appuie sur PublisherService pour récupérer les actions.
*
* @param publisherService
*/
@Inject
public
ListPublisherActionsView
(
PublisherService
publisherService
)
{
this
.
publisherService
=
publisherService
;
}
...
...
Please
register
or
login
to post a comment