mirror of https://github.com/tikv/client-java.git
Fix typo in error message (#330)
Signed-off-by: Peng Guanwen <pg999w@outlook.com>
This commit is contained in:
parent
7d47010874
commit
75a700f034
|
|
@ -975,7 +975,7 @@ public class RegionStoreClient extends AbstractRegionStoreClient {
|
|||
throws RawCASConflictException {
|
||||
if (resp == null) {
|
||||
this.regionManager.onRequestFail(region);
|
||||
throw new TiClientInternalException("RawPutResponse failed without a cause");
|
||||
throw new TiClientInternalException("RawCASResponse failed without a cause");
|
||||
}
|
||||
String error = resp.getError();
|
||||
if (!error.isEmpty()) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue