// can happen with incorrect key
e.printStackTrace();
formatSource = null;
}
if ((source != null) && (dataController != null)) {
StringComponentNumberSourceController controller = (StringComponentNumberSourceController) dataController;
NumberToStringDataAdapter adapter = controller.getAdapter(source);
if (adapter != null) {
formatController.addLink(formatSource, adapter);
}
}
}