Added Optional Message to support AccessLogger library fields for PortletUsageRecord
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/accounting/accounting-lib@115294 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
eafe54c3fc
commit
37cf5f721d
|
@ -35,7 +35,6 @@ public class PortletUsageRecord extends RawUsageRecord implements SingleUsageRec
|
||||||
@NotEmptyIfNotNull
|
@NotEmptyIfNotNull
|
||||||
public static final String MESSAGE = "message";
|
public static final String MESSAGE = "message";
|
||||||
|
|
||||||
|
|
||||||
public PortletUsageRecord(){
|
public PortletUsageRecord(){
|
||||||
super();
|
super();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue