Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
TTool
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mbe-tools
TTool
Commits
f1651dfb
Commit
f1651dfb
authored
7 years ago
by
Dominique Blouin
Browse files
Options
Downloads
Patches
Plain Diff
Removed unused variable
parent
74fccb71
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/main/java/ui/window/JDialogSystemCGeneration.java
+7
-10
7 additions, 10 deletions
src/main/java/ui/window/JDialogSystemCGeneration.java
with
7 additions
and
10 deletions
src/main/java/ui/window/JDialogSystemCGeneration.java
+
7
−
10
View file @
f1651dfb
...
...
@@ -37,9 +37,6 @@
* knowledge of the CeCILL license and that you accept its terms.
*/
package
ui.window
;
import
launcher.LauncherException
;
...
...
@@ -74,7 +71,7 @@ import java.util.Vector;
* @version 1.2 02/06/2014
* @author Ludovic APVRILLE, Andrea ENRICI
*/
public
class
JDialogSystemCGeneration
extends
javax
.
swing
.
JDialog
implements
ActionListener
,
Runnable
,
MasterProcessInterface
,
ListSelectionListener
{
public
class
JDialogSystemCGeneration
extends
JDialog
implements
ActionListener
,
Runnable
,
MasterProcessInterface
,
ListSelectionListener
{
protected
MainGUI
mgui
;
...
...
@@ -149,7 +146,7 @@ public class JDialogSystemCGeneration extends javax.swing.JDialog implements Act
public
final
static
int
FORMAL_VERIFICATION
=
3
;
private
int
automatic
;
private
boolean
wasClosed
=
false
;
//
private boolean wasClosed = false;
/** Creates new form */
...
...
@@ -553,13 +550,13 @@ public class JDialogSystemCGeneration extends javax.swing.JDialog implements Act
updateStaticList
();
optimizeModeSelected
=
optimizemode
.
isSelected
();
wasClosed
=
true
;
//
wasClosed = true;
dispose
();
}
public
boolean
wasClosed
()
{
return
wasClosed
;
}
//
//
public boolean wasClosed() {
//
return wasClosed;
//
}
public
void
stopProcess
()
{
try
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment