You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@manifoldcf.apache.org by kw...@apache.org on 2013/02/08 00:42:27 UTC

svn commit: r1443789 - /manifoldcf/branches/CONNECTORS-633/framework/core/src/main/java/org/apache/manifoldcf/core/fuzzyml/TagParseState.java

Author: kwright
Date: Thu Feb  7 23:42:27 2013
New Revision: 1443789

URL: http://svn.apache.org/r1443789
Log:
Get the btag parsing roughly where it will be useful.

Modified:
    manifoldcf/branches/CONNECTORS-633/framework/core/src/main/java/org/apache/manifoldcf/core/fuzzyml/TagParseState.java

Modified: manifoldcf/branches/CONNECTORS-633/framework/core/src/main/java/org/apache/manifoldcf/core/fuzzyml/TagParseState.java
URL: http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-633/framework/core/src/main/java/org/apache/manifoldcf/core/fuzzyml/TagParseState.java?rev=1443789&r1=1443788&r2=1443789&view=diff
==============================================================================
--- manifoldcf/branches/CONNECTORS-633/framework/core/src/main/java/org/apache/manifoldcf/core/fuzzyml/TagParseState.java (original)
+++ manifoldcf/branches/CONNECTORS-633/framework/core/src/main/java/org/apache/manifoldcf/core/fuzzyml/TagParseState.java Thu Feb  7 23:42:27 2013
@@ -399,6 +399,7 @@ public class TagParseState extends Singl
         currentState = TAGPARSESTATE_NORMAL;
         if (noteEndBTag())
           return true;
+        bTagDepth--;
       }
       else
         currentTagNameBuffer.append(thisChar);