mirror of
https://github.com/hneemann/Digital.git
synced 2025-09-30 00:18:37 -04:00
made method private
This commit is contained in:
parent
b3b778c79a
commit
998bb9b3ac
@ -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) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user