aboutsummaryrefslogtreecommitdiff
path: root/usage_examples/DataExample_post.jpage
diff options
context:
space:
mode:
Diffstat (limited to 'usage_examples/DataExample_post.jpage')
-rw-r--r--usage_examples/DataExample_post.jpage2
1 files changed, 1 insertions, 1 deletions
diff --git a/usage_examples/DataExample_post.jpage b/usage_examples/DataExample_post.jpage
index 27e3db22..838c9cf7 100644
--- a/usage_examples/DataExample_post.jpage
+++ b/usage_examples/DataExample_post.jpage
@@ -87,7 +87,7 @@ public class DataExample {
}
@Override public String toString() {
- return "Exercise(" + name + ", " + value + ")";
+ return "Exercise(name=" + name + ", value=" + value + ")";
}
@Override public boolean equals(Object o) {