Skip to content

Commit

Permalink
Merge pull request #175 from GoogleCloudPlatform/fix-region-tag
Browse files Browse the repository at this point in the history
Update SearchOptionServlet.java
  • Loading branch information
Takashi Matsuo committed Apr 21, 2016
2 parents cc3bdee + 607f3a3 commit c32e16d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ private Results<ScoredDocument> doSearch() {
} catch (SearchException e) {
// handle exception...
}
return null;
// [END search_with_options]
return null;
}

@Override
Expand Down

0 comments on commit c32e16d

Please sign in to comment.