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
[SPARK-10521] Fix scala style issue
  • Loading branch information
lresende committed Apr 9, 2016
commit 31e1d8b5e99a477dcc2e63fa2e192650c2d3680d
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ abstract class DatabaseOnDocker {
def getJdbcUrl(ip: String, port: Int): String

/**
* Optional process to run when container starts
*/
* Optional process to run when container starts
*/
def getStartupProcessName: Option[String]
}

Expand Down