From b7542bbde5546b8c794a391963b34f67d852dea5 Mon Sep 17 00:00:00 2001 From: Ingo Bauersachs Date: Mon, 14 Aug 2017 21:47:53 +0200 Subject: [PATCH] Fix too shorts indents of two Javadoc comments --- .../main/java/org/jivesoftware/smack/SmackConfiguration.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/smack-core/src/main/java/org/jivesoftware/smack/SmackConfiguration.java b/smack-core/src/main/java/org/jivesoftware/smack/SmackConfiguration.java index 245e8f0e9..5096a1e44 100644 --- a/smack-core/src/main/java/org/jivesoftware/smack/SmackConfiguration.java +++ b/smack-core/src/main/java/org/jivesoftware/smack/SmackConfiguration.java @@ -179,7 +179,7 @@ public final class SmackConfiguration { } } - /** + /** * Add a Collection of SASL mechanisms to the list to be used. * * @param mechs the Collection of SASL mechanisms to be added @@ -236,7 +236,7 @@ public final class SmackConfiguration { defaultMechs.remove(mech); } - /** + /** * Remove a Collection of SASL mechanisms to the list to be used. * * @param mechs the Collection of SASL mechanisms to be removed