From 8548edcebef41f570b662208862b8ae482b0d5bd Mon Sep 17 00:00:00 2001 From: yoyosource Date: Sat, 17 Apr 2021 15:32:47 +0200 Subject: [PATCH] Fix TimeCommand code convention --- .../src/de/steamwar/bausystem/features/other/TimeCommand.java | 1 - 1 file changed, 1 deletion(-) diff --git a/BauSystem_Main/src/de/steamwar/bausystem/features/other/TimeCommand.java b/BauSystem_Main/src/de/steamwar/bausystem/features/other/TimeCommand.java index b9253d8d..ae0a85b0 100644 --- a/BauSystem_Main/src/de/steamwar/bausystem/features/other/TimeCommand.java +++ b/BauSystem_Main/src/de/steamwar/bausystem/features/other/TimeCommand.java @@ -99,5 +99,4 @@ public class TimeCommand extends SWCommand { return value; } } - }