From ca1033fc543e8d9966dedff7673e9c1a94b90fe2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E5=AE=87=E9=93=89?= <2430677357@qq.com> Date: Thu, 10 Oct 2024 17:05:38 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AC=AC=E4=BA=8C=E6=AC=A1=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- two/src/twotest.java | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/two/src/twotest.java b/two/src/twotest.java index d9684a9..eed0e17 100644 --- a/two/src/twotest.java +++ b/two/src/twotest.java @@ -1,7 +1,6 @@ public class twotest { - @Override - public int hashCode() { - return super.hashCode(); + public static void main(String[] args) { + System.out.println("hfjdhfjdhjfh"); + } } -}