mirror of
https://github.com/hneemann/Digital.git
synced 2025-09-28 07:28:20 -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
|
||||
//**********************
|
||||
//***********************
|
||||
|
||||
public VisualElement getProgramRomFromCircuit() throws RemoteException {
|
||||
private VisualElement getProgramRomFromCircuit() throws RemoteException {
|
||||
VisualElement rom = null;
|
||||
ArrayList<VisualElement> el = circuitComponent.getCircuit().getElements();
|
||||
for (VisualElement e : el) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user