Skip to content

Commit 2731d6f

Browse files
committed
Implemented missing method, copied from Fingerprinter
1 parent 54eee52 commit 2731d6f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/main/org/openscience/cdk/fingerprint/HybridizationFingerprinter.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -295,5 +295,11 @@ public int getSize() {
295295
return size;
296296
}
297297

298+
@Override
299+
public Map<String, Integer> getRawFingerprint(IAtomContainer container)
300+
throws CDKException {
301+
throw new UnsupportedOperationException();
302+
}
303+
298304
}
299305

0 commit comments

Comments
 (0)