From 92e0d870fb4bcbc233b78813584f2dccc8d75298 Mon Sep 17 00:00:00 2001 From: Egon Willighagen Date: Wed, 10 Aug 2016 17:02:06 +0200 Subject: [PATCH] Added reference (closes feature request #115) --- .../src/main/java/org/openscience/cdk/io/cml/CMLCoreModule.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storage/io/src/main/java/org/openscience/cdk/io/cml/CMLCoreModule.java b/storage/io/src/main/java/org/openscience/cdk/io/cml/CMLCoreModule.java index ed9d4de2ae6..7691b6fe81e 100644 --- a/storage/io/src/main/java/org/openscience/cdk/io/cml/CMLCoreModule.java +++ b/storage/io/src/main/java/org/openscience/cdk/io/cml/CMLCoreModule.java @@ -63,7 +63,7 @@ import org.xml.sax.Attributes; /** - * Core CML 1.x and 2.x elements are parsed by this class. + * Core CML 1.x and 2.x elements are parsed by this class (see {@cdk.cite WIL01}). * *

Please file a bug report if this parser fails to parse * a certain element or attribute value in a valid CML document.