From cf8fabbd72ce6dfed2dfd50a47978c9bbefcbe7c Mon Sep 17 00:00:00 2001 From: EpicKnarvik97 Date: Mon, 27 Apr 2020 14:12:44 +0200 Subject: [PATCH] =?UTF-8?q?Fjerner=20un=C3=B8dvendig=20konstrukt=C3=B8r=20?= =?UTF-8?q?for=20OkayResponse?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../roborally/networking/containers/OkayResponse.java | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/main/java/inf112/fiasko/roborally/networking/containers/OkayResponse.java b/src/main/java/inf112/fiasko/roborally/networking/containers/OkayResponse.java index 1071e30..ff98207 100644 --- a/src/main/java/inf112/fiasko/roborally/networking/containers/OkayResponse.java +++ b/src/main/java/inf112/fiasko/roborally/networking/containers/OkayResponse.java @@ -4,10 +4,4 @@ package inf112.fiasko.roborally.networking.containers; * An empty response telling the client its request was fulfilled */ public class OkayResponse { - - /** - * Empty constructor required by KryoNet. DO NOT REMOVE THIS!!! - */ - public OkayResponse() { - } }