Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
edjafarov committed Sep 16, 2011
1 parent 6307c67 commit 3e262f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ConfigResolvers/AnnotationConfigHandler.js
Expand Up @@ -4,7 +4,7 @@ module.exports = function (cfg){
return {
"annotationFunctionProcessor:RequestMapping": function (annot, scope, index, scopes, parser){
if(isOverriden(scope)) return false;
trytry {
try {
var controller = null;
var controllerMethod = null;
if (scope.type != "method") {
Expand Down

0 comments on commit 3e262f4

Please sign in to comment.