Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove white space
  • Loading branch information
jerryshao committed Sep 18, 2016
commit fb5a72c72906eb1342d0bb7866a409b5e6283888
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,6 @@ object FileStreamSource {
// Action when `FileEntry` is compacted.
val COMPACT_ACTION = "compact"


case class FileEntry(path: String, timestamp: Timestamp, action: String = ADD_ACTION)
extends Serializable

Expand Down