We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffad748 commit 9a2722dCopy full SHA for 9a2722d
src/main/java/com/aspose/words/cloud/model/FormField.java
@@ -46,7 +46,7 @@
46
* FromField.
47
*/
48
@ApiModel(description = "FromField.")
49
-public abstract class FormField extends NodeLink {
+public class FormField extends NodeLink {
50
@SerializedName("CalculateOnExit")
51
protected Boolean calculateOnExit;
52
0 commit comments