RusticiSoftware / TinCanJava

Tin Can Java Library
http://rusticisoftware.github.io/TinCanJava/
Apache License 2.0
44 stars 46 forks source link

Modify parameterized constructor, Statement(StringOfJSON), of Statement #49

Closed okabe-is closed 8 years ago

okabe-is commented 8 years ago

Some variables, ID,Stored,Authority,Voided and Version, are missed when Statement instance is made by parameterized constructor, Statement(StringOfJSON).

I put new test code into com.rusticisoftware.tincan.StatementTest.

Please consider to modify the constructor Statement(StringOfJSON).

--added Seems like this issue already showed up issue #39.