From 522b5b495ef1b326f07ffe41771c1fd18557bcb6 Mon Sep 17 00:00:00 2001 From: LadyCailin Date: Wed, 21 Aug 2019 20:22:51 +0200 Subject: [PATCH] checkstyle --- src/main/java/com/laytonsmith/core/MSLog.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/laytonsmith/core/MSLog.java b/src/main/java/com/laytonsmith/core/MSLog.java index 9c024d780..8ec28faa9 100644 --- a/src/main/java/com/laytonsmith/core/MSLog.java +++ b/src/main/java/com/laytonsmith/core/MSLog.java @@ -70,7 +70,7 @@ public static interface Tag { * @return */ String getName(); - + /** * The comment description that will be provided in the preferences file. This should describe what events * in general are logged under this tag.