combine push method fixed

This commit is contained in:
honfika
2014-08-24 12:57:36 +02:00
parent f9a2ec747e
commit 75941e7c61
96 changed files with 109 additions and 9 deletions
@@ -97,6 +97,7 @@ public class ActionDefineFunction extends Action implements GraphSourceItemConta
baos2.write(surroundWithAction(baos.toByteArray(), version));
} catch (IOException e) {
throw new Error("This should never happen.", e);
}
return baos2.toByteArray();
}