reformatted long line continuation
This commit is contained in:
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 +
|
|
||||||
'}';
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user