Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.help.ui/src/org/eclipse/help/ui/internal/preferences/RemoteICList.java')
-rw-r--r--org.eclipse.help.ui/src/org/eclipse/help/ui/internal/preferences/RemoteICList.java7
1 files changed, 7 insertions, 0 deletions
diff --git a/org.eclipse.help.ui/src/org/eclipse/help/ui/internal/preferences/RemoteICList.java b/org.eclipse.help.ui/src/org/eclipse/help/ui/internal/preferences/RemoteICList.java
index 3c1d9fe6f..b5d03b1ec 100644
--- a/org.eclipse.help.ui/src/org/eclipse/help/ui/internal/preferences/RemoteICList.java
+++ b/org.eclipse.help.ui/src/org/eclipse/help/ui/internal/preferences/RemoteICList.java
@@ -113,6 +113,13 @@ public class RemoteICList {
}
/**
+ * @param rics the new set of remote ICs
+ */
+ public void setRemoteICs(Vector rics) {
+ remote_ics = rics;
+ }
+
+ /**
* Return the remote IC at the given index in the table
*/
public RemoteIC getRemoteICAtIndex(int index)

Back to the top