Skip to content

Commit c32e16d

Browse files
author
Takashi Matsuo
committed
Merge pull request #175 from GoogleCloudPlatform/fix-region-tag
Update SearchOptionServlet.java
2 parents cc3bdee + 607f3a3 commit c32e16d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appengine/search/src/main/java/com/example/appengine/search/SearchOptionServlet.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@ private Results<ScoredDocument> doSearch() {
9595
} catch (SearchException e) {
9696
// handle exception...
9797
}
98-
return null;
9998
// [END search_with_options]
99+
return null;
100100
}
101101

102102
@Override

0 commit comments

Comments
 (0)