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-28 12:25:21 +0100
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
3d951b6ae7efaa3b8f80e305345a6a200086b6b3
3d951b6a
1 parent
b821e6e7
Retour vide plus propre
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
src/main/java/org/legrog/entities/PublisherSearchRepositorySolrj.java
src/main/java/org/legrog/entities/PublisherSearchRepositorySolrj.java
View file @
3d951b6
...
...
@@ -10,6 +10,7 @@ import org.slf4j.LoggerFactory;
import
javax.inject.Inject
;
import
java.io.IOException
;
import
java.util.ArrayList
;
import
java.util.List
;
/**
...
...
@@ -60,7 +61,7 @@ public class PublisherSearchRepositorySolrj implements PublisherSearchRepository
if
(
queryResponse
!=
null
)
{
return
queryResponse
.
getBeans
(
IndexedPublisher
.
class
);
}
else
{
return
n
ull
;
return
n
ew
ArrayList
<>()
;
}
}
}
...
...
Please
register
or
login
to post a comment