From 5bea551fb888f822297d347842bb8bbe446478ab Mon Sep 17 00:00:00 2001 From: SnakerBone Date: Mon, 4 Dec 2023 18:20:58 +1100 Subject: [PATCH] 1.2 --- src/main/java/xyz/snaker/hiss/logger/Logger.java | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/main/java/xyz/snaker/hiss/logger/Logger.java b/src/main/java/xyz/snaker/hiss/logger/Logger.java index c4b2af1..ba3a877 100644 --- a/src/main/java/xyz/snaker/hiss/logger/Logger.java +++ b/src/main/java/xyz/snaker/hiss/logger/Logger.java @@ -53,7 +53,7 @@ public interface Logger /** * Prints a formatted message with a log level of information *

- * Please note that the format placeholder is {@code '[]'} and not {@code '%'} + * Please note that the format placeholder is {@code '[]'} and not {@code '%'} * * @param format The string to format * @param args The arguments @@ -64,7 +64,7 @@ public interface Logger /** * Prints a formatted message with a log level of information. *

- * Please note that the format placeholder is {@code '[]'} and not {@code '%'} + * Please note that the format placeholder is {@code '[]'} and not {@code '%'} * * @param format The string to format * @param args The arguments @@ -75,7 +75,7 @@ public interface Logger /** * Prints a formatted message with a log level of warning *

- * Please note that the format placeholder is {@code '[]'} and not {@code '%'} + * Please note that the format placeholder is {@code '[]'} and not {@code '%'} * * @param format The string to format * @param args The arguments @@ -86,7 +86,7 @@ public interface Logger /** * Prints a formatted message with a log level of error *

- * Please note that the format placeholder is {@code '[]'} and not {@code '%'} + * Please note that the format placeholder is {@code '[]'} and not {@code '%'} * * @param format The string to format * @param args The arguments @@ -97,7 +97,7 @@ public interface Logger /** * Prints a formatted message with a custom defined log level *

- * Please note that the format placeholder is {@code '[]'} and not {@code '%'} + * Please note that the format placeholder is {@code '[]'} and not {@code '%'} * * @param format The string to format * @param args The arguments