mirror of https://github.com/tikv/client-java.git
Remove invalid link for TODO (#70)
This commit is contained in:
parent
2ceec148c1
commit
116c1f49dc
|
@ -167,13 +167,9 @@ List<Kvrpcpb.KvPair> scan(ByteString startKey, int limit)
|
|||
* Delete a raw key-value pair from TiKV if key exists
|
||||
*
|
||||
* @param key raw key to be deleted
|
||||
*/
|
||||
void delete(ByteString key)
|
||||
*/
|
||||
void delete(ByteString key)
|
||||
```
|
||||
|
||||
|
||||
## TODO
|
||||
Contributions are welcomed. Here is a [TODO](https://github.com/tikv/client-java/wiki/TODO-Lists) and you might contact maxiaoyu@pingcap.com if needed.
|
||||
|
||||
## License
|
||||
Apache 2.0 license. See the [LICENSE](./LICENSE) file for details.
|
||||
|
|
Loading…
Reference in New Issue