134bc8c01bce97c08338f96d88e11b2ebad10099
java/com.sap.sse.security.ui/src/main/java/com/sap/sse/security/ui/client/SerializationDummy.java
| ... | ... | @@ -1,12 +1,14 @@ |
| 1 | 1 | package com.sap.sse.security.ui.client; |
| 2 | 2 | |
| 3 | 3 | import com.google.gwt.user.client.rpc.IsSerializable; |
| 4 | +import com.sap.sse.common.TimedLock; |
|
| 4 | 5 | import com.sap.sse.landscape.aws.common.shared.SecuredAwsLandscapeType; |
| 5 | 6 | import com.sap.sse.security.shared.HasPermissions; |
| 6 | 7 | import com.sap.sse.security.shared.TypeRelativeObjectIdentifier; |
| 7 | 8 | |
| 8 | 9 | public class SerializationDummy implements IsSerializable { |
| 9 | - public TypeRelativeObjectIdentifier typeRelativeObjectIdentifier; |
|
| 10 | - public HasPermissions hasPermissions; |
|
| 11 | - public SecuredAwsLandscapeType securedAwsLandscapeType; |
|
| 10 | + TypeRelativeObjectIdentifier typeRelativeObjectIdentifier; |
|
| 11 | + HasPermissions hasPermissions; |
|
| 12 | + SecuredAwsLandscapeType securedAwsLandscapeType; |
|
| 13 | + TimedLock timedLock; |
|
| 12 | 14 | } |