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-03 11:04:26 +0100
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
1a6d1e5d63e8600218e00f2d36bb0363dd428940
1a6d1e5d
1 parent
2817d94b
Correction commentaire
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/java/org/legrog/web/publisher/PublisherService.java
src/main/java/org/legrog/web/publisher/PublisherService.java
View file @
1a6d1e5
...
...
@@ -74,7 +74,7 @@ public interface PublisherService {
/**
*
* @param string String searched indexed publishers
* @return indexed publisher
that matches
the String
* @return indexed publisher
s that match
the String
*/
List
<
PublisherVersion
>
search
(
@NotNull
String
string
)
throws
SearchingException
;
...
...
Please
register
or
login
to post a comment