[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:
Reinier Zwitserloot
2018-04-10 00:12:24 +02:00
parent 4dce9a351d
commit 57fb2b9773
54 changed files with 21 additions and 1453 deletions
@@ -9,7 +9,7 @@ public class ToStringExample {
private int id;
public String getName() {
return this.getName();
return this.name;
}
@ToString(callSuper=true, includeFieldNames=true)