Remove invalid link for TODO (#70)

This commit is contained in:
guliangliangatpingcap 2019-09-18 18:18:49 +08:00 committed by birdstorm
parent 2ceec148c1
commit 116c1f49dc
1 changed files with 2 additions and 6 deletions

View File

@ -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.