Skip to content

Commit

Permalink
Merge pull request #199 from cdk/legacy/deprecate-mdlreader
Browse files Browse the repository at this point in the history
Deprecate MDLReader to avoid confusion. Supported. Ten years ago, these fails were still quite (relatively) common, but no longer.
  • Loading branch information
egonw committed Mar 11, 2016
2 parents 0f8d3cb + 88f576b commit a07f829
Showing 1 changed file with 5 additions and 0 deletions.
Expand Up @@ -81,7 +81,12 @@
* @cdk.keyword file format, SDF
*
* @see org.openscience.cdk.io.MDLV2000Reader
* @deprecated This reader is only for molfiles without a version tag, typically the most
* common molfile now encountered is V2000 and the {@link MDLV2000Reader} should be used
* instead. The V2000 reader can actually read files missing the version tag when
* in relaxed mode.
*/
@Deprecated
public class MDLReader extends DefaultChemObjectReader {

BufferedReader input = null;
Expand Down

0 comments on commit a07f829

Please sign in to comment.