Skip to content

Commit

Permalink
cleaning up
Browse files Browse the repository at this point in the history
  • Loading branch information
asmuth committed Jun 26, 2012
1 parent 469e314 commit 188f0fc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/FilterStack.scala
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ class AndFilterStack(next: FilterStack = null) extends FilterStack{
} catch {
case e: java.lang.ClassCastException => return false
case e: java.lang.IllegalStateException => return false
case e: java.lang.NumberFormatException => return false
}


Expand Down
2 changes: 1 addition & 1 deletion src/Fyrehose.scala
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import java.text.DateFormat
// conn-header: keepalive + safe_mode
// check if out dir exists on start
// listen-udp / upstream
// fql: mkeyops, allcaps, since/until/time, less/greater-than, regex, except, only, \. unescape, smart typecasting
// fql: mkeyops, allcaps, less/greater-than, regex, except, only, \. unescape, smart typecasting

object Fyrehose{

Expand Down
1 change: 1 addition & 0 deletions src/SumQuery.scala
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ class SumQuery() extends Query {
} catch {
case e: java.lang.ClassCastException => ()
case e: java.lang.IllegalStateException => ()
case e: java.lang.NumberFormatException => ()
}


Expand Down

0 comments on commit 188f0fc

Please sign in to comment.