From be20f308c4a71074dc90101327e6636bf7913db8 Mon Sep 17 00:00:00 2001 From: palexdev Date: Sat, 15 Jun 2024 14:10:39 +0200 Subject: [PATCH] [Components] :memo: [RELEASE] MFXCircularProgressIndicatorSkin: Fix javadoc Signed-off-by: palexdev --- .../mfxcomponents/skins/MFXCircularProgressIndicatorSkin.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/components/src/main/java/io/github/palexdev/mfxcomponents/skins/MFXCircularProgressIndicatorSkin.java b/modules/components/src/main/java/io/github/palexdev/mfxcomponents/skins/MFXCircularProgressIndicatorSkin.java index afa84684..f9ba9efa 100644 --- a/modules/components/src/main/java/io/github/palexdev/mfxcomponents/skins/MFXCircularProgressIndicatorSkin.java +++ b/modules/components/src/main/java/io/github/palexdev/mfxcomponents/skins/MFXCircularProgressIndicatorSkin.java @@ -49,7 +49,7 @@ *

* Now, to be precise, this skin is extremely complex, even more than {@link MFXLinearProgressIndicatorSkin}, * for three reasons: - *

1) to replicate the design described by the Material Design 3 guidelines this complexity is . + *

1) to replicate the design described by the Material Design 3 guidelines this complexity is needed. * The nodes count is actually lesser than the other skin, but their handling is much more intricate. *

2) just like the linear design, the circular indicator shows a gap between the arc and the track when the progress * is not indeterminate. Arcs are rotated and sized appropriately for the gap to work as intended.