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
2016-09-29 11:16:52 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
6b8abed10b2307329a07cd0495e7e11652ab8cb3
6b8abed1
1 parent
29a9d9f9
Correction étourderie multiplicité
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/java/org/legrog/entities/PublisherRevision.java
src/main/java/org/legrog/entities/PublisherRevision.java
View file @
6b8abed
...
...
@@ -21,7 +21,7 @@ public class PublisherRevision {
private
String
publisherURL
;
private
boolean
publisherActive
;
private
String
publisherHistory
;
@
One
ToOne
@
Many
ToOne
private
User
publisherRevisionAuthor
;
private
Timestamp
publisherRevisionDatetime
;
...
...
Please
register
or
login
to post a comment