From b4b58a3968f5b838b5c91b1630fe2e35d1432823 Mon Sep 17 00:00:00 2001 From: David Roazen Date: Tue, 2 Apr 2013 14:24:23 -0400 Subject: [PATCH] Fix unprintable character in a comment from the BaseEdge class Compiler warnings about this were starting to get to me... --- .../sting/gatk/walkers/haplotypecaller/graphs/BaseEdge.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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