From ad1668741e2ccf2686a00172862093af12cdbd7e Mon Sep 17 00:00:00 2001 From: felmer <felmer> Date: Mon, 29 Oct 2007 14:22:07 +0000 Subject: [PATCH] bug fixed SVN: 2276 --- bds/source/java/ch/systemsx/cisd/bds/NoFormattedData.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bds/source/java/ch/systemsx/cisd/bds/NoFormattedData.java b/bds/source/java/ch/systemsx/cisd/bds/NoFormattedData.java index 7302487ad5e..66e2c2a4d84 100644 --- a/bds/source/java/ch/systemsx/cisd/bds/NoFormattedData.java +++ b/bds/source/java/ch/systemsx/cisd/bds/NoFormattedData.java @@ -28,7 +28,7 @@ public class NoFormattedData extends AbstractFormattedData * Creates a new instance for the specified context. The format has to be backward-compatible with * {@link UnknownFormat1_0}. The format parameters are ignored. */ - NoFormattedData(FormattedDataContext context) + public NoFormattedData(FormattedDataContext context) { super(context); } -- GitLab