Browse Source

重写对象clone 方法

scott 7 years ago
parent
commit
8ed753e0e7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/java/com/bjlt/spider/entity/SearchRequestAfterOta.java

+ 1 - 1
src/main/java/com/bjlt/spider/entity/SearchRequestAfterOta.java

@@ -98,7 +98,7 @@ public class SearchRequestAfterOta implements Serializable, Cloneable {
     private Integer childNum;
 
     @Override
-    public Object clone() throws CloneNotSupportedException {
+    public SearchRequestAfterOta clone() throws CloneNotSupportedException {
         SearchRequestAfterOta ota = null;