modified: ../../test/bytecode/javFiles/Merge.jav

modified:   ../../test/bytecode/javFiles/OL.jav
This commit is contained in:
Martin Plümicke 2018-08-08 18:12:24 +02:00
parent 7d9976e638
commit 5e14acfa12
2 changed files with 3 additions and 3 deletions

View File

@ -10,11 +10,11 @@ class Merge {
}
/*
sort(in){
var firstHalf = in.subList(1,2);
var secondHalf = in.subList(1,2);
return merge(sort(firstHalf), sort(secondHalf));
}
*/
}

View File

@ -14,7 +14,7 @@ public class OL {
public class OLMain {
main(java.lang.Integer x) {
main(x) {
var ol;
ol = new OL();
return ol.m(x);