diff --git a/bds/source/java/ch/systemsx/cisd/bds/NoFormattedData.java b/bds/source/java/ch/systemsx/cisd/bds/NoFormattedData.java index 7302487ad5e64d10420decd3bb89d6c73dd21b0e..66e2c2a4d84e6b0e44b9887039045a242286813d 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); }