update samples

This commit is contained in:
William Cheng
2022-01-21 17:45:53 +08:00
parent 5e1164c554
commit b7c8de9425
21 changed files with 21 additions and 21 deletions

View File

@@ -50,6 +50,6 @@ public class RFC3339DateFormat extends DateFormat {
@Override
public Object clone() {
return this;
return super.clone();
}
}