File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
storage/ctab/src/main/java/org/openscience/cdk/io Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 7373import java .io .InputStreamReader ;
7474import java .io .Reader ;
7575import java .io .StringReader ;
76- import java .util .*;
76+ import java .util .ArrayList ;
77+ import java .util .Collection ;
78+ import java .util .Collections ;
79+ import java .util .HashMap ;
80+ import java .util .HashSet ;
81+ import java .util .LinkedHashMap ;
82+ import java .util .List ;
83+ import java .util .Map ;
84+ import java .util .Set ;
85+ import java .util .StringTokenizer ;
7786import java .util .regex .Matcher ;
7887import java .util .regex .Pattern ;
7988
Original file line number Diff line number Diff line change @@ -259,7 +259,6 @@ public boolean hasNext() {
259259 reader .setReader (new StringReader (buffer .toString ()));
260260 molecule = reader .read (builder .newAtomContainer ());
261261 } catch (Exception exception ) {
262- exception .printStackTrace ();
263262 logger .error ("Error while reading next molecule: " + exception .getMessage ());
264263 logger .debug (exception );
265264 }
You can’t perform that action at this time.
0 commit comments