Skip to content

Commit 577fe45

Browse files
authored
Merge pull request #234 from gqqnbig/JSONPropertyIgnore
JSONPropertyIgnore only works on getter
2 parents 02d1485 + 2c35c3e commit 577fe45

File tree

1 file changed

+0
-1
lines changed
  • fabric-chaincode-shim/src/test/java/org/hyperledger/fabric/contract

1 file changed

+0
-1
lines changed

fabric-chaincode-shim/src/test/java/org/hyperledger/fabric/contract/MyType.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ public final class MyType {
2121
public static final String STARTED = "STARTED";
2222
public static final String STOPPED = "STOPPED";
2323

24-
@JSONPropertyIgnore()
2524
public void setState(final String state) {
2625
this.state = state;
2726
}

0 commit comments

Comments
 (0)