change snapshot version from 3.5-SNAPSHOT to 3.4.1-SNAPSHOT

This commit is contained in:
Karl Tauber
2024-03-24 17:10:43 +01:00
parent 32d102dbc9
commit 1068884bce
3 changed files with 5 additions and 5 deletions

View File

@@ -707,12 +707,12 @@ public class FlatSVGIcon
darkLaf = FlatLaf.isLafDark();
}
/** @since 3.5 */
/** @since 3.4.1 */
public static boolean isSVGDocumentEnabled() {
return svgCacheEnabled;
}
/** @since 3.5 */
/** @since 3.4.1 */
public static void setSVGDocumentEnabled( boolean svgCacheEnabled ) {
FlatSVGIcon.svgCacheEnabled = svgCacheEnabled;
@@ -720,7 +720,7 @@ public class FlatSVGIcon
clearSVGDocumentCache();
}
/** @since 3.5 */
/** @since 3.4.1 */
public static void clearSVGDocumentCache() {
svgCache.clear();
}