Skip to content

Commit

Permalink
Add private where needed.
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcelo Vanzin committed Aug 9, 2017
1 parent 1f08bd7 commit 1ec1a67
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -714,11 +714,11 @@ private class KVStoreScalaSerializer extends KVStoreSerializer {

}

case class KVStoreMetadata(
private[history] case class KVStoreMetadata(
val version: Long,
val logDir: String)

case class LogInfo(
private[history] case class LogInfo(
@KVIndexParam val logPath: String,
val fileSize: Long)

Expand Down

0 comments on commit 1ec1a67

Please sign in to comment.