Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/raisercostin/goose
Browse files Browse the repository at this point in the history
  • Loading branch information
raisercostin committed Oct 28, 2014
2 parents 4da8643 + cd88d94 commit 8f1e2e7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ trait ContentExtractor {
var startingBoost: Double = 1.0
var cnt: Int = 0
var i: Int = 0
val parentNodes = mutable.HashSet[Element]()
val parentNodes = mutable.LinkedHashSet[Element]()
val nodesWithText = mutable.Buffer[Element]()
for (node <- nodesToCheck) {
val nodeText: String = node.text
Expand Down

0 comments on commit 8f1e2e7

Please sign in to comment.