mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-04 20:45:58 +01:00
Fix compilation error
This commit is contained in:
@@ -18,12 +18,12 @@ trait Plugin {
|
||||
* This method is invoked in initialization of plugin system.
|
||||
* Register plugin functionality to PluginRegistry.
|
||||
*/
|
||||
def initialize(registry: PluginRegistry, context: ServletContext, ): Unit
|
||||
def initialize(registry: PluginRegistry, context: ServletContext): Unit
|
||||
|
||||
/**
|
||||
* This method is invoked in shutdown of plugin system.
|
||||
* If the plugin has any resources, release them in this method.
|
||||
*/
|
||||
def shutdown(registry: PluginRegistry, context: ServletContext, ): Unit
|
||||
def shutdown(registry: PluginRegistry, context: ServletContext): Unit
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user