Skip to content

Commit

Permalink
SYMMETRICDS-528. Sync configuration data with the new ConfigurationRo…
Browse files Browse the repository at this point in the history
…uter
  • Loading branch information
gwilmer committed Oct 28, 2011
1 parent e4e5acb commit d3ffb99
Showing 1 changed file with 1 addition and 3 deletions.
Expand Up @@ -47,10 +47,8 @@ public class TableConstants {

public static String[] NODE_TABLES = { SYM_NODE, SYM_NODE_SECURITY, SYM_NODE_IDENTITY };

public static final Set<String> getNodeTablesAsSet(String tablePrefix) {
public static final Set<String> getTablesThatDoNotSync(String tablePrefix) {
Set<String> tables = new HashSet<String>();
tables.add(getTableName(tablePrefix, SYM_NODE));
tables.add(getTableName(tablePrefix, SYM_NODE_SECURITY));
tables.add(getTableName(tablePrefix, SYM_NODE_IDENTITY));
tables.add(getTableName(tablePrefix, SYM_NODE_CHANNEL_CTL));
return tables;
Expand Down

0 comments on commit d3ffb99

Please sign in to comment.