Skip to content

Commit

Permalink
修正looptry中lastDotIndex变量不变化导致死循环
Browse files Browse the repository at this point in the history
  • Loading branch information
jutem committed Feb 13, 2019
1 parent 51a6e81 commit db867a1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ private <Ext> Ext loopTry(Class<Ext> targetClz, String bizCode){
if (extension != null) {
return extension;
}
lastDotIndex = bizCode.lastIndexOf(ColaConstant.BIZ_CODE_SEPARATOR);
}
return null;
}
Expand Down

0 comments on commit db867a1

Please sign in to comment.