mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-17 11:19:15 +00:00
bug6148: added inherits for SSECommon to let GWT see TimedLock
This commit is contained in:
+2
-2
@@ -8,8 +8,8 @@ import com.sap.sailing.domain.common.dto.PersonDTO;
|
||||
import com.sap.sailing.domain.common.impl.KilometersPerHourSpeedImpl;
|
||||
import com.sap.sailing.domain.common.impl.KnotSpeedImpl;
|
||||
import com.sap.sse.common.CountryCode;
|
||||
import com.sap.sse.common.TimedLock;
|
||||
import com.sap.sse.common.impl.SecondsDurationImpl;
|
||||
import com.sap.sse.common.impl.TimedLockImpl;
|
||||
import com.sap.sse.security.shared.HasPermissions;
|
||||
import com.sap.sse.security.shared.TypeRelativeObjectIdentifier;
|
||||
|
||||
@@ -24,5 +24,5 @@ public class SerializationDummy implements Serializable {
|
||||
KilometersPerHourSpeedImpl kmhSpeedImpl;
|
||||
HasPermissions hasPermissions;
|
||||
IgtimiDeviceWithSecurityDTO igtimiDeviceWithSecurityDTO;
|
||||
TimedLockImpl timedLock;
|
||||
TimedLock timedLock;
|
||||
}
|
||||
|
||||
+2
-2
@@ -1,7 +1,7 @@
|
||||
package com.sap.sse.security.ui.client;
|
||||
|
||||
import com.google.gwt.user.client.rpc.IsSerializable;
|
||||
import com.sap.sse.common.impl.TimedLockImpl;
|
||||
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;
|
||||
@@ -10,5 +10,5 @@ public class SerializationDummy implements IsSerializable {
|
||||
public TypeRelativeObjectIdentifier typeRelativeObjectIdentifier;
|
||||
public HasPermissions hasPermissions;
|
||||
public SecuredAwsLandscapeType securedAwsLandscapeType;
|
||||
public TimedLockImpl timedLock;
|
||||
public TimedLock timedLock;
|
||||
}
|
||||
|
||||
+1
@@ -1,5 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE module PUBLIC "-//Google Inc.//DTD Google Web Toolkit 2.7.0//EN" "http://gwtproject.org/doctype/2.7.0/gwt-module.dtd">
|
||||
<module>
|
||||
<inherits name="com.sap.sse.SSECommon" />
|
||||
<source path='shared'/>
|
||||
</module>
|
||||
|
||||
Reference in New Issue
Block a user