From 35b6e16ca3a55c2544b8eb322ddf1ce32d17baea Mon Sep 17 00:00:00 2001 From: Andy Date: Wed, 15 Mar 2023 10:56:02 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=A8Home=E7=B1=BB=E4=B8=AD=EF=BC=8C?= =?UTF-8?q?=E5=BC=95=E7=94=A8=E5=85=B6=E5=AE=83=E5=8C=85=E4=B8=AD=E7=9A=84?= =?UTF-8?q?=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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/com/github/hcsp/Home.java b/src/main/java/com/github/hcsp/Home.java index 3146268..8cda2fd 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; + public class Home { Cat cat1; - Cat cat2; + com.github.hcsp.pet2.Cat cat2; }