~tigase/tigase/dev

« back to all changes in this revision

Viewing changes to src/main/java/tigase/server/MessageRouterConfig.java

  • Committer: phearnot
  • Date: 2009-01-21 12:52:44 UTC
  • Revision ID: phearnot@wa247-20090121125244-f9xcw68j3o7oculb
Find Bugs fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
 */
22
22
package tigase.server;
23
23
 
 
24
import static tigase.conf.Configurable.*;
 
25
 
24
26
import java.util.ArrayList;
25
27
import java.util.Arrays;
26
28
import java.util.LinkedHashMap;
27
29
import java.util.Map;
28
30
import java.util.logging.Logger;
 
31
 
29
32
import tigase.util.DNSResolver;
30
33
 
31
 
import static tigase.conf.Configurable.*;
32
 
 
33
34
/**
34
35
 * Describe class MessageRouterConfig here.
35
36
 *