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)
|
private void createDocument(final MMDocument doc, String trxName)
|
||||||
{
|
{
|
||||||
Trx.run(trxName, new TrxRunnable(){
|
Trx.run(trxName, new TrxRunnable(){
|
||||||
@Override
|
|
||||||
public void run(String trxName) {
|
public void run(String trxName) {
|
||||||
if (doc.IsReversal)
|
if (doc.IsReversal)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue