Skip to content

Commit 79e12fc

Browse files
Update SmartContractFunctionArgument.java
1 parent b7810e9 commit 79e12fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/blockchains/iaas/uni/stuttgart/de/model/SmartContractFunctionArgument.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
import javax.xml.bind.annotation.XmlElement;
1818
import javax.xml.bind.annotation.XmlRootElement;
1919

20+
// todo remove since the attribute "name" is never used.
2021
@XmlRootElement(name = "Argument")
2122
@XmlAccessorType(XmlAccessType.PROPERTY)
2223
public class SmartContractFunctionArgument {

0 commit comments

Comments
 (0)