From 1c0dbca8e1b70f24cc0af5f4e96493f22db59998 Mon Sep 17 00:00:00 2001 From: jamescao Date: Thu, 24 Oct 2019 14:41:59 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E5=BC=95=E7=94=A8=E4=B8=8D=E5=90=8C?= =?UTF-8?q?=E5=8C=85=E4=B8=AD=E7=9A=84=E5=90=8C=E5=90=8D=E7=B1=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/java/com/github/hcsp/Home.java | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/main/java/com/github/hcsp/Home.java b/src/main/java/com/github/hcsp/Home.java index 3146268..44ba3b5 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.pet1.Cat cat1; + com.github.hcsp.pet2.Cat Cat2; } From 06cf0c364a7215681955c83ed2de6f0e8f03cc56 Mon Sep 17 00:00:00 2001 From: jamescao Date: Thu, 24 Oct 2019 14:46:03 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E5=BC=95=E7=94=A8=E4=B8=8D=E5=90=8C?= =?UTF-8?q?=E5=8C=85=E4=B8=AD=E7=9A=84=E5=90=8C=E5=90=8D=E7=B1=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/java/com/github/hcsp/Home.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/java/com/github/hcsp/Home.java b/src/main/java/com/github/hcsp/Home.java index 44ba3b5..e0512e3 100644 --- a/src/main/java/com/github/hcsp/Home.java +++ b/src/main/java/com/github/hcsp/Home.java @@ -1,6 +1,7 @@ package com.github.hcsp; - +import com.github.hcsp.pet1.Cat; +import com.github.hcsp.pet2.Cat; public class Home { com.github.hcsp.pet1.Cat cat1;