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 12:31:20 +0100
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
4e028cc77e309749c87f88a55b80240b4d4a41dd
4e028cc7
1 parent
699c90ba
More documentation
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
src/main/java/org/legrog/entities/IndexedAccount.java
src/main/java/org/legrog/entities/IndexedPublisher.java
src/main/java/org/legrog/entities/IndexedAccount.java
View file @
4e028cc
...
...
@@ -25,7 +25,7 @@ public class IndexedAccount {
}
public
IndexedAccount
()
{
//no args constructor to make it proxyable
}
public
Integer
getUserId
()
{
...
...
src/main/java/org/legrog/entities/IndexedPublisher.java
View file @
4e028cc
...
...
@@ -29,7 +29,7 @@ public class IndexedPublisher {
}
public
IndexedPublisher
()
{
//no args constructor to make it proxyable
}
public
int
getPublisherId
()
{
...
...
Please
register
or
login
to post a comment