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