Skip to content
Snippets Groups Projects
Commit ad166874 authored by felmer's avatar felmer
Browse files

bug fixed

SVN: 2276
parent 6320077a
No related branches found
No related tags found
No related merge requests found
......@@ -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);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment