Changeset 1420
- Timestamp:
- 12/17/09 15:50:26 (9 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
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);