From ee04ea3e295b45c28644c6eb97336b3e03570b29 Mon Sep 17 00:00:00 2001 From: Luc Fouin Date: Wed, 29 May 2024 14:44:16 +0200 Subject: [PATCH] =?UTF-8?q?chore:=20=E2=99=BB=EF=B8=8F=20Class=20should=20?= =?UTF-8?q?be=20named=20after=20filename?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/test/files/IncrementCheck.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/test/files/IncrementCheck.java b/src/test/files/IncrementCheck.java index 54b20bf..6e7e6c2 100644 --- a/src/test/files/IncrementCheck.java +++ b/src/test/files/IncrementCheck.java @@ -15,8 +15,8 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ -class MyClass { - MyClass(MyClass mc) { +class IncrementCheck { + IncrementCheck(IncrementCheck mc) { } int foo1() {