Add missing @Override annotation

This commit is contained in:
Ville Skyttä 2016-07-28 18:13:41 +03:00
parent 429e1e84d4
commit ac885db706
1 changed files with 1 additions and 0 deletions

View File

@ -333,6 +333,7 @@ public final class JsonUtil {
return getString(); return getString();
} }
@Override
public String toString() { public String toString() {
if (this.value == null) { if (this.value == null) {
return null; return null;