mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-14 13:33:08 +00:00
[DS-707] Correctness
git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@5633 9c30dcfa-912a-0410-8fc2-9e0234be79fd
This commit is contained in:
@@ -78,11 +78,11 @@ public class UsageEvent extends Event {
|
||||
*/
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
private HttpServletRequest request;
|
||||
private transient HttpServletRequest request;
|
||||
|
||||
private Context context;
|
||||
private transient Context context;
|
||||
|
||||
private DSpaceObject object;
|
||||
private transient DSpaceObject object;
|
||||
|
||||
private Action action;
|
||||
|
||||
|
Reference in New Issue
Block a user