Skip to content

Commit

Permalink
Merge pull request #175 from vincenzopalazzo/development
Browse files Browse the repository at this point in the history
fixed formatting code
  • Loading branch information
vincenzopalazzo committed Oct 2, 2021
2 parents 37bf10b + 02e86eb commit bb4b568
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/mdlaf/utils/MaterialFontFactory.java
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@

/**
* This class managed the font inside the library and inside the Look and Feel, in fact this class
* uses a flyweight pattern to minimized the font instance created from the library. In fact on a lot
* of components you have only 4 instance of font in a normal use case.
* uses a flyweight pattern to minimized the font instance created from the library. In fact on a
* lot of components you have only 4 instance of font in a normal use case.
*
* @author https://github.com/vincenzopalazzo
*/
Expand Down

0 comments on commit bb4b568

Please sign in to comment.