made method private

This commit is contained in:
hneemann 2016-08-20 13:15:30 +02:00
parent b3b778c79a
commit 998bb9b3ac

View File

@ -942,11 +942,11 @@ public class Main extends JFrame implements ClosingWindowListener.ConfirmSave, E
} }
} }
//********************** //***********************
// remote interface start // remote interface start
//********************** //***********************
public VisualElement getProgramRomFromCircuit() throws RemoteException { private VisualElement getProgramRomFromCircuit() throws RemoteException {
VisualElement rom = null; VisualElement rom = null;
ArrayList<VisualElement> el = circuitComponent.getCircuit().getElements(); ArrayList<VisualElement> el = circuitComponent.getCircuit().getElements();
for (VisualElement e : el) { for (VisualElement e : el) {