CodeConformanceTest @author mention in sources fixed

This commit is contained in:
Vladimir Ilmov
2020-01-14 16:05:12 +01:00
parent 1333267983
commit 092fb131e5
@@ -15,13 +15,6 @@ import javax.swing.*;
import javax.swing.plaf.basic.BasicHTML;
import java.awt.*;
/**
* JBLabel-based (text and icon) list cell renderer.
*
* @see ColoredListCellRenderer for more complex SimpleColoredComponent-based variant.
*
* @author gregsh
*/
public abstract class SimpleListCellRenderer<T> extends JBLabel implements ListCellRenderer<T> {
@NotNull