Skip to content

Commit 6cbad7f

Browse files
ChristophBodensteinChristophBodenstein
authored andcommitted
removed unused imports
1 parent 97360ca commit 6cbad7f

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

TimeNETOptimizationEnvironment/src/toe/support.java

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@
1414
import java.math.BigInteger;
1515
import java.net.HttpURLConnection;
1616
import java.net.URL;
17-
import java.nio.charset.Charset;
1817
import java.security.MessageDigest;
19-
import java.security.NoSuchAlgorithmException;
2018
import java.text.SimpleDateFormat;
2119
import java.util.ArrayList;
2220
import java.util.Calendar;
@@ -26,8 +24,6 @@
2624
import java.util.Scanner;
2725
import java.util.Timer;
2826
import java.util.TimerTask;
29-
import java.util.logging.Level;
30-
import java.util.logging.Logger;
3127
import javax.swing.JFileChooser;
3228
import javax.swing.JLabel;
3329
import javax.swing.JOptionPane;
@@ -2010,7 +2006,8 @@ public int compare(parameter o1, parameter o2) {
20102006

20112007
/**
20122008
* Returns true if every single simulation shall be written as log file
2013-
* Useful if system is not stable or distributed simulation is used for batch simulation
2009+
* Useful if system is not stable or distributed simulation is used for
2010+
* batch simulation
20142011
*
20152012
* @return true if single simulation logs shall be created
20162013
*/

0 commit comments

Comments
 (0)