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 456272f commit bc35dabCopy full SHA for bc35dab
core/src/main/java/com/amplifyframework/core/model/ModelField.java
@@ -203,7 +203,7 @@ public int hashCode() {
203
public String toString() {
204
return "ModelField{" +
205
"name='" + name + '\'' +
206
- ", type='" + javaClassForValue + '\'' +
+ ", javaClassForValue='" + javaClassForValue + '\'' +
207
", targetType='" + targetType + '\'' +
208
", isRequired=" + isRequired +
209
", isArray=" + isArray +
0 commit comments