Skip to content

Commit da62dae

Browse files
committed
Title is now set by the underlying SMILES parser and is more correct when the input is CXSMILES.
1 parent d11dcc2 commit da62dae

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

storage/smiles/src/main/java/org/openscience/cdk/io/iterator/IteratingSMILESReader.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,6 @@ public boolean hasNext() {
133133
final String suffix = suffix(line);
134134

135135
nextMolecule = readSmiles(line);
136-
nextMolecule.setTitle(suffix);
137-
138136
} catch (Exception exception) {
139137
logger.error("Unexpected problem: ", exception.getMessage());
140138
logger.debug(exception);

0 commit comments

Comments
 (0)