Changeset 1420
- Timestamp:
- 17/12/09 15:50:26 (3 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
tupper/trunk/tupper-site/src/main/java/org/kauriproject/tupper/resource/PerformancesEmployeeResource.java
r1419 r1420 109 109 emplInitials = (String) getRequest().getAttributes().get("initials"); 110 110 week = (String) getRequest().getAttributes().get("week"); 111 week = CalendarUtil.canonicizeWeekString(week); 111 112 } catch (IOException ioex) { 112 113 throw new RuntimeException(ioex);
