Skip to content

Commit

Permalink
test ssh
Browse files Browse the repository at this point in the history
  • Loading branch information
pan-rui committed Oct 17, 2014
1 parent 97611d3 commit ca2739a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions BGM.iml
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,13 @@
<exclude-output />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/WebContent/WEB-INF/config" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/test" isTestSource="true" />
<excludeFolder url="file://$MODULE_DIR$/src/com/qpp/service/paypal/sdk" />
</content>
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="inheritedJdk" />
<orderEntry type="library" name="lib1" level="project" />
<orderEntry type="library" scope="PROVIDED" name="Tomcat 7.0.54" level="application_server_libraries" />
<orderEntry type="library" scope="PROVIDED" name="Tomcat 7.0.40" level="application_server_libraries" />
</component>
</module>

2 changes: 1 addition & 1 deletion src/com/qpp/action/BaseAction.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package com.qpp.action;

import com.danga.MemCached.MemCachedClient;
import com.fasterxml.jackson.databind.exc.UnrecognizedPropertyException;
import com.qpp.listener.SpringContextUtil;
import com.qpp.model.BaseReturn;
import org.springframework.beans.factory.annotation.Autowired;
Expand Down Expand Up @@ -86,5 +85,6 @@ public BaseReturn exp(HttpServletRequest request, Exception ex,HttpServletRespon
loger.error(ex.getMessage());
return baseReturn;
}

//protected final org.slf4j.Logger loger = org.slf4j.LoggerFactory.getLogger(this.getClass().getName());
}

0 comments on commit ca2739a

Please sign in to comment.