Fix error appearing on eclipse with java 5
This commit is contained in:
parent
e112bcdad6
commit
9751046e9d
|
@ -121,7 +121,6 @@ public class InventoryTest extends AdempiereTestCase
|
|||
private void createDocument(final MMDocument doc, String trxName)
|
||||
{
|
||||
Trx.run(trxName, new TrxRunnable(){
|
||||
@Override
|
||||
public void run(String trxName) {
|
||||
if (doc.IsReversal)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue