summaryrefslogtreecommitdiffstats
path: root/gerrit-gwtui-common
diff options
context:
space:
mode:
authorChangcheng Xiao <xchangcheng@google.com>2017-02-17 10:43:13 +0000
committerChangcheng Xiao <xchangcheng@google.com>2017-02-17 10:48:40 +0000
commit3c9ad757549fc7d8dab432c82696269f24e74fdc (patch)
tree35d54a3ab8fcf20015ebf31e63ab36a3d0257b96 /gerrit-gwtui-common
parent15615078df91a5c8c9624467bf1542c9b6f13f06 (diff)
Revert "Fix GWT UI AddFileBox to provide path suggestions continuously"
This reverts commit 15615078df91a5c8c9624467bf1542c9b6f13f06. This commit breakes the ReviewerSuggestOracle. A new change will create to fix the PathSuggestOracle. Change-Id: I330de9d63f5fbe625cc6d552605c64616bae5f63
Diffstat (limited to 'gerrit-gwtui-common')
-rw-r--r--gerrit-gwtui-common/src/main/java/com/google/gerrit/client/ui/RemoteSuggestOracle.java3
1 files changed, 0 insertions, 3 deletions
diff --git a/gerrit-gwtui-common/src/main/java/com/google/gerrit/client/ui/RemoteSuggestOracle.java b/gerrit-gwtui-common/src/main/java/com/google/gerrit/client/ui/RemoteSuggestOracle.java
index 41bf8ceb5a..d66d6a60b2 100644
--- a/gerrit-gwtui-common/src/main/java/com/google/gerrit/client/ui/RemoteSuggestOracle.java
+++ b/gerrit-gwtui-common/src/main/java/com/google/gerrit/client/ui/RemoteSuggestOracle.java
@@ -104,9 +104,6 @@ public class RemoteSuggestOracle extends SuggestOracle {
}
void start() {
- if (request.getQuery() == null) {
- request.setQuery("");
- }
oracle.requestSuggestions(request, this);
}