From 926a2467273411b9fd790feb6e972aeee2f8152d Mon Sep 17 00:00:00 2001 From: Struchkov Mark Date: Sun, 10 Apr 2022 09:05:05 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=B5=D1=80=D0=B5=D0=BD=D0=BE=D1=81=20?= =?UTF-8?q?=D0=BF=D0=B0=D0=BA=D0=B5=D1=82=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/dev/struchkov/example/debugger/threenojava/Entity.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/java/dev/struchkov/example/debugger/threenojava/Entity.java b/src/main/java/dev/struchkov/example/debugger/threenojava/Entity.java index d99b3bd..83180c8 100644 --- a/src/main/java/dev/struchkov/example/debugger/threenojava/Entity.java +++ b/src/main/java/dev/struchkov/example/debugger/threenojava/Entity.java @@ -12,4 +12,5 @@ public class Entity { public String toString() { return field; } + }