Issue #358 merged dataURI changes from thinclient in for plot
compatibility Former-commit-id: 14d0dc1cd0e5eb0b48de89f5c73f30152d4789de
This commit is contained in:
parent
ae47d9683e
commit
f96ff96259
2 changed files with 0 additions and 30 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue