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

Removed useless self assignment

parent 73d8aad4
No related branches found
No related tags found
No related merge requests found
......@@ -183,7 +183,7 @@ public class JDialogSearchBox extends javax.swing.JFrame {
public JDialogSearchBox(Frame _frame, String _title, ArrayList<String> l) {
//super(_frame, _title, true);
initComponents();
this.tdmm = tdmm;
//this.tdmm = tdmm;
this.setTitle("External Search");
GraphicLib.centerOnParent(this);
//String s="";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment