Skip to content

Commit

Permalink
Deprecate MDLReader to avoid confusion.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmay committed Mar 11, 2016
1 parent 0f8d3cb commit 88f576b
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 88f576b

Please sign in to comment.