Skip to content
This repository has been archived by the owner on Mar 27, 2024. It is now read-only.

Commit

Permalink
Applied some of the renaming changes from the previous commits to the
Browse files Browse the repository at this point in the history
ParaView preference page.

Signed-off-by: Jordan Deyton <deytonjh@ornl.gov>
  • Loading branch information
Jordan Deyton committed Mar 4, 2015
1 parent b74fd5f commit 947f3b3
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -14,7 +14,7 @@
import java.util.List;

import org.eclipse.ice.viz.service.AbstractVizPreferencePage;
import org.eclipse.ice.viz.service.connections.ConnectionManager;
import org.eclipse.ice.viz.service.connections.ConnectionTable;
import org.eclipse.ice.viz.service.connections.IKeyChangeListener;
import org.eclipse.ice.viz.service.preferences.CustomScopedPreferenceStore;
import org.eclipse.ice.viz.service.preferences.DynamicComboFieldEditor;
Expand All @@ -39,7 +39,7 @@ public class ParaViewPreferencePage extends AbstractVizPreferencePage {
* The {@code ConnectionManager} used by this preference page. It is
* represented by a table on the page.
*/
private final ConnectionManager connectionManager = new ConnectionManager();
private final ConnectionTable connectionManager = new ConnectionTable();

/**
* The default constructor.
Expand Down

0 comments on commit 947f3b3

Please sign in to comment.