diff --git a/protected/java/src/org/broadinstitute/sting/gatk/walkers/haplotypecaller/HaplotypeResolver.java b/protected/java/src/org/broadinstitute/sting/gatk/walkers/haplotypecaller/HaplotypeResolver.java index 01ab421b3..cfd07da67 100644 --- a/protected/java/src/org/broadinstitute/sting/gatk/walkers/haplotypecaller/HaplotypeResolver.java +++ b/protected/java/src/org/broadinstitute/sting/gatk/walkers/haplotypecaller/HaplotypeResolver.java @@ -258,7 +258,7 @@ public class HaplotypeResolver extends RodWalker { } private void writeOne(final VariantContext vc, final String set, final String status) { - final Map attrs = new HashMap(vc.getAttributes()); + final Map attrs = new HashMap<>(); if ( SET_KEY != null && set != null ) attrs.put(SET_KEY, set); if ( STATUS_KEY != null && status != null )