GitHub user alfonsonishikawa opened a pull request:
https://github.com/apache/gora/pull/126
Setting dirty with value -1 (11111111b) instead of -128(1000000b) wheâ¦
â¦n calling setDirty().
Omited tests since the change is trivial.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/alfonsonishikawa/gora GORA-421
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/gora/pull/126.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #126
----
commit 546a1c7d5d40f45e7ce2331255c1763a5b04579e
Author: Alfonso Nishikawa Muñumer <alfonso.nishikawa@...>
Date: 2018-01-10T20:06:25Z
Setting dirty with value -1 (11111111b) instead of -128(1000000b) when
calling setDirty()
----
---