Skip to content

Commit

Permalink
fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
gasparnagy committed Jul 3, 2010
1 parent bd3128d commit 648492a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IdeIntegration/Vs2010Integration/SyntaxColoringListener.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public static IList<ClassificationSpan> GetClassificationSpans(SnapshotSpan snap
lexer.scan(fileContent, null, 0);
return gherkinListener.Classifications;
}
catch (Exception ex)
catch //(Exception ex)
{
/*
var errorClassificationType = registry.GetClassificationType("error");
Expand Down

0 comments on commit 648492a

Please sign in to comment.