SQL: Replace NOCOMMIT with TODO

Original commit: elastic/x-pack-elasticsearch@299f82db5c
This commit is contained in:
Igor Motov 2017-11-15 18:05:50 -05:00
parent 8a1dd59178
commit de087bd859
1 changed files with 1 additions and 1 deletions

View File

@ -259,7 +259,7 @@ public class RemoteFailure {
responseMessage = builder.toString(); responseMessage = builder.toString();
} }
} catch (IOException replayException) { } 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() + "]."; responseMessage = "Attempted to include response but failed because [" + replayException.getMessage() + "].";
} }
String parserLocation = ""; String parserLocation = "";