1 2 3 4 5 6 7 8 9 10 11 12 13
|
Author: Andreas Tille <tille@debian.org>
Last-Update: Sat, 18 Jul 2015 18:14:37 +0200
Description: Fix encoding issue
--- a/src/dr/app/beauti/components/discrete/DiscreteTraitsComponentGenerator.java
+++ b/src/dr/app/beauti/components/discrete/DiscreteTraitsComponentGenerator.java
@@ -716,4 +716,4 @@ public class DiscreteTraitsComponentGene
}
}
-}
\ No newline at end of file
+}
|