mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-18 03:10:39 +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.
|
* This method is invoked in initialization of plugin system.
|
||||||
* Register plugin functionality to PluginRegistry.
|
* 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.
|
* This method is invoked in shutdown of plugin system.
|
||||||
* If the plugin has any resources, release them in this method.
|
* 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