Subversion Repositories SmartDukaan

Rev

Rev 12280 | Rev 12310 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 12280 Rev 12309
Line 51... Line 51...
51
import java.util.Set;
51
import java.util.Set;
52
 
52
 
53
import org.apache.thrift.TException;
53
import org.apache.thrift.TException;
54
import org.apache.thrift.transport.TTransportException;
54
import org.apache.thrift.transport.TTransportException;
55
 
55
 
56
import com.google.gwt.core.client.impl.AsyncFragmentLoader.Logger;
-
 
57
import com.google.gwt.user.server.rpc.RemoteServiceServlet;
56
import com.google.gwt.user.server.rpc.RemoteServiceServlet;
58
 
57
 
59
@SuppressWarnings("serial")
58
@SuppressWarnings("serial")
60
public class CatalogServiceImpl extends RemoteServiceServlet implements CatalogService {
59
public class CatalogServiceImpl extends RemoteServiceServlet implements CatalogService {
61
 
60