mirror of
https://github.com/tiennm99/lombok.git
synced 2026-06-01 14:11:06 +00:00
[website] Whoops we had 2 copies of usage_examples. Fixed that by deleting the one that was NOT being used for the website.
This commit is contained in:
@@ -9,7 +9,7 @@ public class ToStringExample {
|
||||
private int id;
|
||||
|
||||
public String getName() {
|
||||
return this.getName();
|
||||
return this.name;
|
||||
}
|
||||
|
||||
@ToString(callSuper=true, includeFieldNames=true)
|
||||
|
||||
Reference in New Issue
Block a user