diff --git a/src/main/java/com/github/hcsp/Home.java b/src/main/java/com/github/hcsp/Home.java index 3146268..3e5a3f9 100644 --- a/src/main/java/com/github/hcsp/Home.java +++ b/src/main/java/com/github/hcsp/Home.java @@ -1,9 +1,8 @@ package com.github.hcsp; import com.github.hcsp.pet1.Cat; -import com.github.hcsp.pet2.Cat; public class Home { Cat cat1; - Cat cat2; + com.github.hcsp.pet2.Cat cat2; }