reformatted long line continuation
This commit is contained in:
parent
ab3a7a9d49
commit
86ad04b541
|
@ -81,10 +81,7 @@ public class IdentityHashMapDemonstrator {
|
|||
|
||||
@Override
|
||||
public String toString() {
|
||||
return "Book{" +
|
||||
"title='" + title + '\'' +
|
||||
", year=" + year +
|
||||
'}';
|
||||
return "Book{title='" + title + "', year=" + year + "}";
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue