Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 7fd4522

Browse files
authored
Update AutoComplete.java
1 parent 2fb5d82 commit 7fd4522

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

‎java/src/main/java/AutoComplete.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ public class AutoComplete {
77
private Jedis client = JedisUtils.getClient();
88

99
public AutoComplete() {
10-
1110
}
1211

1312
/**
@@ -35,4 +34,4 @@ public Set<String> hint(String prefix, long count) {
3534
String key = "auto_complete:" + prefix;
3635
return client.zrevrange(key, 0, count - 1);
3736
}
38-
}
37+
}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /