bug6148: adding TimedLock only to gwt.ui SerializationDummy seems to suffice;

will this pass the central build?
This commit is contained in:
Axel Uhl
2025-11-24 12:14:43 +01:00
parent 81802fc709
commit 134bc8c01b
@@ -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;
}