Skip to content

Commit

Permalink
Changing package for Substance list cell renderer to reflect new name…
Browse files Browse the repository at this point in the history
… in Kirill's reboot
  • Loading branch information
bobbylight committed Dec 19, 2018
1 parent 5bba611 commit 698673b
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -100,7 +100,7 @@ public class CompletionCellRenderer extends DefaultListCellRenderer {
private DefaultListCellRenderer delegate;

private static final String SUBSTANCE_RENDERER_CLASS_NAME =
"org.pushingpixels.substance.api.renderers.SubstanceDefaultListCellRenderer";
"org.pushingpixels.substance.api.renderer.SubstanceDefaultListCellRenderer";

/**
* Keeps the HTML descriptions from "wrapping" in the list, which cuts off
Expand Down

0 comments on commit 698673b

Please sign in to comment.