Skip to content

Commit

Permalink
Update SearchOptionServlet.java
Browse files Browse the repository at this point in the history
Corrected the position of an end region tag.
  • Loading branch information
Takashi Matsuo committed Apr 21, 2016
1 parent cc3bdee commit 607f3a3
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 607f3a3

Please sign in to comment.