~tigase/tigase/dev

« back to all changes in this revision

Viewing changes to src/main/java/tigase/vhosts/VHostJDBCRepository.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:
22
22
 
23
23
package tigase.vhosts;
24
24
 
 
25
import static tigase.conf.Configurable.*;
 
26
 
25
27
import java.util.Map;
26
28
import java.util.Queue;
27
29
import java.util.logging.Level;
28
30
import java.util.logging.Logger;
 
31
 
29
32
import tigase.db.RepositoryFactory;
30
33
import tigase.db.UserExistsException;
31
34
import tigase.db.UserRepository;
33
36
import tigase.xml.Element;
34
37
import tigase.xml.SimpleParser;
35
38
import tigase.xml.SingletonFactory;
36
 
import static tigase.conf.Configurable.*;
37
39
 
38
40
/**
39
41
 * This implementation stores virtual domains in the UserRepository database.