<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -27,13 +27,10 @@ namespace Winterdom.VisualStudio.Extensions.Text {
       internal IBufferTagAggregatorFactoryService Aggregator = null;
 
       public ITagger&lt;T&gt; CreateTagger&lt;T&gt;(ITextView textView, ITextBuffer buffer) where T : ITag {
-         if ( typeof(T) == typeof(ClassificationTag) ) {
-            return new KeywordTagger(
-               ClassificationRegistry,
-               Aggregator.CreateTagAggregator&lt;ClassificationTag&gt;(buffer)
-            ) as ITagger&lt;T&gt;;
-         }
-         return null;
+         return new KeywordTagger(
+            ClassificationRegistry,
+            Aggregator.CreateTagAggregator&lt;ClassificationTag&gt;(buffer)
+         ) as ITagger&lt;T&gt;;
       }
    }
 </diff>
      <filename>KeywordTagger.cs</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>f2d460334e2352c2fdb27978fef50792c79a7230</id>
    </parent>
  </parents>
  <author>
    <name>Tomas Restrepo</name>
    <email>tomas@winterdom.com</email>
  </author>
  <url>http://github.com/tomasr/KeywordClassifier/commit/a1a528c889da63c8a13202760015a14d43fd119c</url>
  <id>a1a528c889da63c8a13202760015a14d43fd119c</id>
  <committed-date>2009-10-24T13:49:20-07:00</committed-date>
  <authored-date>2009-10-24T13:49:20-07:00</authored-date>
  <message>Remove unwanted check</message>
  <tree>74f28335655040902ea0b4433f20ca6181b11d9c</tree>
  <committer>
    <name>Tomas Restrepo</name>
    <email>tomas@winterdom.com</email>
  </committer>
</commit>
