Fix lombok compile warning
User.java:[23,1] Not generating hashCode: One of equals or hashCode
exists. You should either write both of these or none of these (in the
latter case, lombok generates them).
by not generating a toString method, which is already provided
Change-Id: Ib2005140f8099210f992c3f93cce96dcc3a5b4fb
diff --git a/full/Changes b/full/Changes
index b961e0d..40aef19 100644
--- a/full/Changes
+++ b/full/Changes
@@ -11,6 +11,7 @@
- Changed DB connection (fixed #670)
- Resolved duplicate libraries
- Fixed testing expiry access token
+- Fix lombok compile warning
# version 0.70.1