Replaced "provider" in identifiers with "supplier"
[Mograsim.git] / net.mograsim.logic.ui / src / net / mograsim / logic / ui / model / wires / WireCrossPoint.java
index 7a2fcf4..58e3a02 100644 (file)
@@ -117,7 +117,7 @@ public class WireCrossPoint extends GUIComponent
 
        static
        {
-               IndirectGUIComponentCreator.setComponentProvider(WireCrossPoint.class.getCanonicalName(),
+               IndirectGUIComponentCreator.setComponentSupplier(WireCrossPoint.class.getCanonicalName(),
                                (m, p) -> new WireCrossPoint(m, p.getAsInt()));
        }
 }
\ No newline at end of file