reformatted long line continuation

This commit is contained in:
Seshu Thanneeru
2022-01-20 19:09:27 +05:30
parent a25d1e7636
commit 5794989dae

View File

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