From 32af301f9f0e08647c6efdb85e45a23e21966f85 Mon Sep 17 00:00:00 2001 From: dpeng <630606938@qq.com> Date: Thu, 12 Aug 2021 17:46:10 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8C=E6=97=B6=E5=BC=95=E7=94=A8?= 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, 1 insertion(+), 2 deletions(-) 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; }