[Javanetsim-cvs] javaNetSim/textUI TextUI.java,1.4,1.5
Status: Beta
Brought to you by:
darkkey
From: Alexander B. <da...@us...> - 2007-10-19 17:40:41
|
Update of /cvsroot/javanetsim/javaNetSim/textUI In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv532/textUI Modified Files: TextUI.java Log Message: Minor savefile changes and fixes; new device variations added. Index: TextUI.java =================================================================== RCS file: /cvsroot/javanetsim/javaNetSim/textUI/TextUI.java,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** TextUI.java 19 Oct 2007 15:57:01 -0000 1.4 --- TextUI.java 19 Oct 2007 17:40:33 -0000 1.5 *************** *** 2331,2335 **** try { ! sim.addSwitch(args[1], true, 8, 0); System.out.println("Node '"+ args[1] + "' created.\n"); --- 2331,2335 ---- try { ! sim.addSwitch(args[1], true); System.out.println("Node '"+ args[1] + "' created.\n"); |