Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use parseInt in BaseProductCreationOperation
Use Integer.parseInt(slinfo[0]) instead of Integer.valueOf(slinfo[0]).intValue());
- Loading branch information