Revert "Fix GWT UI AddFileBox to provide path suggestions continuously"
This reverts commit 15615078df
. This
commit breakes the ReviewerSuggestOracle. A new change will create
to fix the PathSuggestOracle.
Change-Id: I330de9d63f5fbe625cc6d552605c64616bae5f63
This commit is contained in:
parent
15615078df
commit
3c9ad75754
@ -104,9 +104,6 @@ public class RemoteSuggestOracle extends SuggestOracle {
|
||||
}
|
||||
|
||||
void start() {
|
||||
if (request.getQuery() == null) {
|
||||
request.setQuery("");
|
||||
}
|
||||
oracle.requestSuggestions(request, this);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user