Skip to content
Snippets Groups Projects
Commit aaa4bbab authored by Dominique Blouin's avatar Dominique Blouin
Browse files

Fixed regression bug introduced during refactoring of issue #98

parent 36fbdb0c
No related branches found
No related tags found
No related merge requests found
......@@ -38,9 +38,6 @@
* knowledge of the CeCILL license and that you accept its terms.
*/
package ui.window;
import java.awt.Container;
......@@ -51,7 +48,6 @@ import java.awt.GridBagConstraints;
import java.awt.GridBagLayout;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.util.ArrayList;
import java.util.List;
import java.util.Vector;
......@@ -315,7 +311,7 @@ public class JDialogPortArtifact extends JDialogBase implements ActionListener
public void closeDialog() {
regularClose = true;
// mappedMemory = memoryCB.getItemAt( memoryCB.getSelectedIndex() );
mappedMemory = memoryCB.getItemAt( memoryCB.getSelectedIndex() );
// HALUnitName = getBufferTypeFromSelectedMemory(memoryCB.getItemAt( memoryCB.getSelectedIndex() ));
// switch ( HALUnitName ) {
// case "FEP_BUFFER":
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment