Révision 3769

TXM/trunk/bundles/org.txm.chartsengine.graphstream.rcp/src/org/txm/chartsengine/graphstream/rcp/editor/GSEditor.java (revision 3769)
102 102
				//				}
103 103

  
104 104
				try {
105
					FileSource fs = new FileSourceFactory().sourceFor(path);
106

  
105
					FileSource fs = FileSourceFactory.sourceFor(path);
107 106
					if (fs != null) {
108
						fs = new FileSourceDOT();
109 107
						fs.addSink(g);
110 108
						try {
111 109
							fs.readAll(path);

Formats disponibles : Unified diff