fix typo in ApiPlugin

This commit is contained in:
KOUNOIKE Yuusuke
2018-03-30 01:17:48 +09:00
parent 50137c5546
commit de8e553906

View File

@@ -5,7 +5,7 @@ import gitbucket.core.plugin.{PluginRegistry, PluginInfo}
case class ApiPlugin(
id: String,
name: String,
versino: String,
version: String,
description: String,
jarFileName: String
)