Skip to content

Commit 6b2ea0c

Browse files
fix comment in to code
1 parent b012fd1 commit 6b2ea0c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/mdlaf/components/radiobuttonmenuitem/MaterialRadioButtonMenuItemUI.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@
1010
import javax.swing.plaf.basic.BasicRadioButtonMenuItemUI;
1111
import java.awt.*;
1212

13+
/**
14+
*
15+
* @author https://github.com/vincenzopalazzo
16+
*
17+
*/
18+
1319
public class MaterialRadioButtonMenuItemUI extends BasicRadioButtonMenuItemUI {
1420

1521
public static ComponentUI createUI(JComponent c){

0 commit comments

Comments
 (0)