Subversion Repositories SmartDukaan

Rev

Rev 26290 | Rev 26294 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 26290 Rev 26292
Line 106... Line 106...
106
@Transactional(rollbackFor = Throwable.class)
106
@Transactional(rollbackFor = Throwable.class)
107
public class InventoryController {
107
public class InventoryController {
108
 
108
 
109
	private static final Logger LOGGER = LogManager.getLogger(InventoryController.class);
109
	private static final Logger LOGGER = LogManager.getLogger(InventoryController.class);
110
	
110
	
111
	private static final DateTimeFormatter formatter = DateTimeFormatter.ofPattern("M/d/yyyy h:m:s");
111
	private static final DateTimeFormatter formatter = DateTimeFormatter.ofPattern("M/d/yyyy H:m:s");
112
 
112
 
113
	@Autowired
113
	@Autowired
114
	private CookiesProcessor cookiesProcessor;
114
	private CookiesProcessor cookiesProcessor;
115
 
115
 
116
	@Autowired
116
	@Autowired