From b5c2c47e815ec5f91aee61f97d18a37ff457886f Mon Sep 17 00:00:00 2001 From: devopsoz <804619933@qq.com> Date: Tue, 29 Jul 2025 18:01:58 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=A5=BD=E4=BA=86?= 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; }