Update MemberRef.java

This commit is contained in:
shimingxy 2020-06-13 10:50:36 +08:00
parent b6c8d21493
commit 439c801382

View File

@ -2,4 +2,9 @@ package org.maxkey.identity.scim.resources;
public class MemberRef extends MultiValuedAttribute{
/**
*
*/
private static final long serialVersionUID = -6018893424394625889L;
}