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

Commit

Permalink
Made a method in ConnectionManager public.
Browse files Browse the repository at this point in the history
Signed-off-by: Jordan Deyton <deytonjh@ornl.gov>
  • Loading branch information
Jordan Deyton committed Mar 4, 2015
1 parent 35c2198 commit eeec97d
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -166,7 +166,7 @@ else if (adapter != null) {
* This method notifies the manager that the preferences have changed. Any
* connections that have changed should be reset.
*/
protected void preferencesChanged(Map<String, String> changedKeys,
public void preferencesChanged(Map<String, String> changedKeys,
Set<String> addedKeys, Set<String> removedKeys) {

// Clear the old connection preferences.
Expand Down

0 comments on commit eeec97d

Please sign in to comment.