summaryrefslogtreecommitdiffstats
path: root/cmso-topology/src/main
diff options
context:
space:
mode:
Diffstat (limited to 'cmso-topology/src/main')
-rw-r--r--cmso-topology/src/main/java/org/onap/optf/cmso/topology/service/rs/TopologyInterfaceImpl.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/cmso-topology/src/main/java/org/onap/optf/cmso/topology/service/rs/TopologyInterfaceImpl.java b/cmso-topology/src/main/java/org/onap/optf/cmso/topology/service/rs/TopologyInterfaceImpl.java
index b9ab733..8d167f2 100644
--- a/cmso-topology/src/main/java/org/onap/optf/cmso/topology/service/rs/TopologyInterfaceImpl.java
+++ b/cmso-topology/src/main/java/org/onap/optf/cmso/topology/service/rs/TopologyInterfaceImpl.java
@@ -78,8 +78,7 @@ public class TopologyInterfaceImpl implements TopologyInterface {
ElementInfo element = new ElementInfo();
element.setElementId(criteria.getElementId());
ElementLocation loc = new ElementLocation();
- loc.setLat(new Float(-74.024));
- loc.setLon(new Float(40.177));
+ loc.setTimezone("US/Eastern");
element.setElementLocation(loc);
atr.getElements().add(element);
}