From d8170d2f0e4d73633664fcae3eb4c79b9f6a73c2 Mon Sep 17 00:00:00 2001 From: Egon Willighagen Date: Fri, 18 Sep 2009 17:11:06 +0200 Subject: [PATCH] Made the class public, to fix a compile problem introduced by the merge with CDK 1.2.x --- .../cdk/qsar/descriptors/molecular/ChiIndexUtils.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/org/openscience/cdk/qsar/descriptors/molecular/ChiIndexUtils.java b/src/main/org/openscience/cdk/qsar/descriptors/molecular/ChiIndexUtils.java index 94f8e43136e..5aad903c8b1 100644 --- a/src/main/org/openscience/cdk/qsar/descriptors/molecular/ChiIndexUtils.java +++ b/src/main/org/openscience/cdk/qsar/descriptors/molecular/ChiIndexUtils.java @@ -27,7 +27,7 @@ * @cdk.module qsarmolecular * @cdk.githash */ -class ChiIndexUtils { +public class ChiIndexUtils { /** * Gets the fragments from a target AtomContainer matching a set of query fragments.