mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-16 10:48:47 +00:00
bug6148: adding TimedLock only to gwt.ui SerializationDummy seems to suffice;
will this pass the central build?
This commit is contained in:
+5
-3
@@ -1,12 +1,14 @@
|
||||
package com.sap.sse.security.ui.client;
|
||||
|
||||
import com.google.gwt.user.client.rpc.IsSerializable;
|
||||
import com.sap.sse.common.TimedLock;
|
||||
import com.sap.sse.landscape.aws.common.shared.SecuredAwsLandscapeType;
|
||||
import com.sap.sse.security.shared.HasPermissions;
|
||||
import com.sap.sse.security.shared.TypeRelativeObjectIdentifier;
|
||||
|
||||
public class SerializationDummy implements IsSerializable {
|
||||
public TypeRelativeObjectIdentifier typeRelativeObjectIdentifier;
|
||||
public HasPermissions hasPermissions;
|
||||
public SecuredAwsLandscapeType securedAwsLandscapeType;
|
||||
TypeRelativeObjectIdentifier typeRelativeObjectIdentifier;
|
||||
HasPermissions hasPermissions;
|
||||
SecuredAwsLandscapeType securedAwsLandscapeType;
|
||||
TimedLock timedLock;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user