~tigase/tigase/dev

« back to all changes in this revision

Viewing changes to src/main/java/tigase/server/xmppsession/SessionManagerConfig.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.xmppsession;
23
23
 
 
24
import static tigase.conf.Configurable.*;
 
25
 
 
26
import java.util.Map;
 
27
 
24
28
import tigase.util.DNSResolver;
25
 
import java.util.Map;
26
 
 
27
 
import static tigase.conf.Configurable.*;
28
29
 
29
30
/**
30
31
 * Describe class SessionManagerConfig here.