Skip to content

Commit

Permalink
Merge pull request #12 from jutem/branch_fix_looptry
Browse files Browse the repository at this point in the history
修正looptry中lastDotIndex变量不变化导致死循环
  • Loading branch information
significantfrank authored Feb 19, 2019
2 parents 51a6e81 + db867a1 commit 138c0d1
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 138c0d1

Please sign in to comment.