Skip to content

Commit

Permalink
Merge pull request tonybase#2 from a2888409/master
Browse files Browse the repository at this point in the history
修复intellij下client模块  mvn compile失败
  • Loading branch information
Tony committed Mar 23, 2016
2 parents 8555c1e + 241411d commit 681f742
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
/**
* Created by Tony on 2/20/15.
*/
public class MessageHandler extends IMHandler {
public class MessageHandler extends IMHandler<IMRequest> {

@Override
public short getId() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
* @author Tony
* @createAt Feb 17, 2015
*/
public class UserHandler extends IMHandler {
public class UserHandler extends IMHandler<IMRequest> {

private Logger logger = LoggerFactory.getLogger(UserHandler.class);

Expand Down

0 comments on commit 681f742

Please sign in to comment.