From f96ff96259bd0e0e93a2daa741cb8833cdfbbdf8 Mon Sep 17 00:00:00 2001 From: Max Schenkelberg Date: Fri, 2 Mar 2012 12:24:19 -0600 Subject: [PATCH] Issue #358 merged dataURI changes from thinclient in for plot compatibility Former-commit-id: 14d0dc1cd0e5eb0b48de89f5c73f30152d4789de --- .../edex/msg/DataURINotificationMessage.java | 15 --------------- .../msg/PracticeDataURINotificationMessage.java | 15 --------------- 2 files changed, 30 deletions(-) diff --git a/edexOsgi/com.raytheon.edex.common/src/com/raytheon/edex/msg/DataURINotificationMessage.java b/edexOsgi/com.raytheon.edex.common/src/com/raytheon/edex/msg/DataURINotificationMessage.java index 7187c0e360..4bd687cbea 100644 --- a/edexOsgi/com.raytheon.edex.common/src/com/raytheon/edex/msg/DataURINotificationMessage.java +++ b/edexOsgi/com.raytheon.edex.common/src/com/raytheon/edex/msg/DataURINotificationMessage.java @@ -42,9 +42,6 @@ public class DataURINotificationMessage implements ISerializableObject { @DynamicSerializeElement private String[] dataURIs; - @DynamicSerializeElement - private int[] ids; - /** * @return the dataURIs */ @@ -52,18 +49,6 @@ public class DataURINotificationMessage implements ISerializableObject { return dataURIs; } - public int[] getIds() { - return ids; - } - - /** - * @param ids - * The ids to set - */ - public void setIds(int[] ids) { - this.ids = ids; - } - /** * @param dataURIs * the dataURIs to set diff --git a/edexOsgi/com.raytheon.edex.common/src/com/raytheon/edex/msg/PracticeDataURINotificationMessage.java b/edexOsgi/com.raytheon.edex.common/src/com/raytheon/edex/msg/PracticeDataURINotificationMessage.java index cd80f1d55a..f5dbb9ad8a 100644 --- a/edexOsgi/com.raytheon.edex.common/src/com/raytheon/edex/msg/PracticeDataURINotificationMessage.java +++ b/edexOsgi/com.raytheon.edex.common/src/com/raytheon/edex/msg/PracticeDataURINotificationMessage.java @@ -42,9 +42,6 @@ public class PracticeDataURINotificationMessage implements ISerializableObject { @DynamicSerializeElement private String[] dataURIs; - @DynamicSerializeElement - private int[] ids; - /** * @return the dataURIs */ @@ -52,18 +49,6 @@ public class PracticeDataURINotificationMessage implements ISerializableObject { return dataURIs; } - public int[] getIds() { - return ids; - } - - /** - * @param ids - * The ids to set - */ - public void setIds(int[] ids) { - this.ids = ids; - } - /** * @param dataURIs * the dataURIs to set