We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c3be9f commit 8a8ed32Copy full SHA for 8a8ed32
build.xml
@@ -10,7 +10,7 @@
10
11
<!-- BEAST 2 currently uses Java 1.8 -->
12
<property name="sourceVersion" value="1.8"/>
13
- <property name="targetVersion" value="1.8"/>
+ <property name="targetVersion" value="1.9"/>
14
15
<!-- Directories necessary for all BEAST 2 packages -->
16
<property name="doc" location="doc"/>
src/beast/evolution/tree/MultiTypeTree.java
@@ -811,7 +811,7 @@ public void init(PrintStream printStream) {
811
}
812
813
@Override
814
- public void log(int i, PrintStream printStream) {
+ public void log(long i, PrintStream printStream) {
815
printStream.print("tree STATE_"+i+" = ");
816
printStream.print(toString());
817
printStream.print(";");
0 commit comments