reformatted long line continuation

This commit is contained in:
Seshu Thanneeru 2022-01-20 19:09:27 +05:30
parent ab3a7a9d49
commit 86ad04b541

@ -81,10 +81,7 @@ public class IdentityHashMapDemonstrator {
@Override @Override
public String toString() { public String toString() {
return "Book{" + return "Book{title='" + title + "', year=" + year + "}";
"title='" + title + '\'' +
", year=" + year +
'}';
} }
} }