AndreasFagschlunger / O2Xfs

Java API for accessing CEN/XFS API, EMV Level 2 Kernel
47 stars 28 forks source link

at.o2xfs.xfs.service.idc.cmd.IDCStatusCommand has an Errror. #61

Closed VitalyEG closed 6 years ago

VitalyEG commented 6 years ago

at.o2xfs.xfs.service.idc.cmd.IDCStatusCommand has an Errror.

Wrong import. Please change: import at.o2xfs.xfs.cim.CimInfoCommand; and XfsInfoCommand command = new XfsInfoCommand(idcService, CimInfoCommand.STATUS);

to

import at.o2xfs.xfs.idc.IdcInfoCommand; and XfsInfoCommand command = new XfsInfoCommand(idcService, IdcInfoCommand.STATUS);