Rev 106 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 106 | Rev 195 | ||
|---|---|---|---|
| Line 4... | Line 4... | ||
| 4 | 4 | ||
| 5 | import br.edu.cesmac.core.exception.NegocioException; |
- | |
| 6 | import br.edu.cesmac.core.util.VerificadorUtil; |
- | |
| - | 5 | import br.com.ec.core.exception.NegocioException; |
|
| - | 6 | import br.com.ec.core.util.VerificadorUtil; |
|
| 7 | 7 | ||
| 8 | public class CodigoBarraEAN { |
8 | public class CodigoBarraEAN { |
| 9 | 9 | ||
| 10 | public static Long ean13toLong(String barcode, String propertyName, boolean required) { |
10 | public static Long ean13toLong(String barcode, String propertyName, boolean required) { |
| 11 | if(barcode==null) { |
11 | if(barcode==null) { |