Skip to content

Commit

Permalink
remove derived from getNumberOfStatements
Browse files Browse the repository at this point in the history
  • Loading branch information
LABSARI committed Feb 16, 2024
1 parent 6787b91 commit b8084e4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -845,7 +845,7 @@ public Number getNumberOfParameters() {
throw new UnsupportedOperationException("Not yet implemented!");
}

@FameProperty(name = "numberOfStatements", derived = true)
@FameProperty(name = "numberOfStatements")
public Number getNumberOfStatements() {
return this.numberOfStatements;
}
Expand Down

0 comments on commit b8084e4

Please sign in to comment.