We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d93546f commit f9a0c08Copy full SHA for f9a0c08
src/main/java/htsjdk/variant/vcf/VCFMetaDataLines.java
@@ -36,9 +36,9 @@
36
* This class does NOT validate that the lines contained are valid for the current version (that is
37
* the caller's responsibility).
38
*/
39
-//Visible to allow disq Kryo registration for serialization
+//Visible to allow registration for custom serialization
40
@InternalAPI
41
-final class VCFMetaDataLines implements Serializable {
+final public class VCFMetaDataLines implements Serializable {
42
public static final long serialVersionUID = 1L;
43
protected final static Log logger = Log.getInstance(VCFMetaDataLines.class);
44
0 commit comments