SQL: Replace NOCOMMIT with TODO
Original commit: elastic/x-pack-elasticsearch@299f82db5c
This commit is contained in:
parent
8a1dd59178
commit
de087bd859
|
@ -259,7 +259,7 @@ public class RemoteFailure {
|
|||
responseMessage = builder.toString();
|
||||
}
|
||||
} catch (IOException replayException) {
|
||||
// NOCOMMIT check for failed reset and return different error
|
||||
// TODO check for failed reset and return different error
|
||||
responseMessage = "Attempted to include response but failed because [" + replayException.getMessage() + "].";
|
||||
}
|
||||
String parserLocation = "";
|
||||
|
|
Loading…
Reference in New Issue