diff --git a/protected/java/src/org/broadinstitute/sting/gatk/walkers/haplotypecaller/graphs/BaseEdge.java b/protected/java/src/org/broadinstitute/sting/gatk/walkers/haplotypecaller/graphs/BaseEdge.java index 6076626f6..be5a431c4 100644 --- a/protected/java/src/org/broadinstitute/sting/gatk/walkers/haplotypecaller/graphs/BaseEdge.java +++ b/protected/java/src/org/broadinstitute/sting/gatk/walkers/haplotypecaller/graphs/BaseEdge.java @@ -118,7 +118,7 @@ public class BaseEdge { } /** - * Does thisĀ and edge have the same source and target vertices in graph? + * Does this and edge have the same source and target vertices in graph? * * @param graph the graph containing both this and edge * @param edge our comparator edge