Skip to content

Commit

Permalink
Merge pull request #1529 from koo-taejin/#1518
Browse files Browse the repository at this point in the history
Add method, that get scatter data made of dot group . #1518
  • Loading branch information
koo-taejin committed Feb 4, 2016
2 parents e321595 + 593cace commit cad746f
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,7 @@ private void writeDot(long x, long y, Dot dot, JsonGenerator jgen) throws IOExce
jgen.writeNumber(dot.getAcceptedTime() - x);
jgen.writeNumber(dot.getElapsedTime() - y);
jgen.writeNumber(dot.getTransactionId().getTransactionSequence());

if (dot.getSimpleExceptionCode() != Dot.SUCCESS_STATE) {
jgen.writeNumber(dot.getSimpleExceptionCode());
}
jgen.writeNumber(dot.getSimpleExceptionCode());
}

}

0 comments on commit cad746f

Please # to comment.