Skip to content

Commit

Permalink
Make VCFMetaDataLines public/@internalapi to allow consumers access f…
Browse files Browse the repository at this point in the history
…or customs serialization.
  • Loading branch information
cmnbroad committed Dec 6, 2021
1 parent 2a7e1fb commit d645110
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/htsjdk/variant/vcf/VCFMetaDataLines.java
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
* This class does NOT validate that the lines contained are valid for the current version (that is
* the caller's responsibility).
*/
//Visible to allow disq Kryo registration for serialization
//Visible to allow registration for custom serialization
@InternalAPI
final class VCFMetaDataLines implements Serializable {
final public class VCFMetaDataLines implements Serializable {
public static final long serialVersionUID = 1L;
protected final static Log logger = Log.getInstance(VCFMetaDataLines.class);

Expand Down

0 comments on commit d645110

Please sign in to comment.