mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-12-22 16:41:46 +03:00
[DOC] Некорректные HTML теги в LauncherModule
This commit is contained in:
parent
7755891139
commit
115b7e872c
1 changed files with 2 additions and 2 deletions
|
@ -126,8 +126,8 @@ public LauncherModule preInit()
|
|||
* Modify module description, dependencies
|
||||
* Add modules
|
||||
* Read configuration
|
||||
* @param initContext <tr>null</tr> on module initialization during boot or startup
|
||||
* Not <tr>null</tr> during module initialization while running
|
||||
* @param initContext <s>null</s> on module initialization during boot or startup
|
||||
* Not <s>null</s> during module initialization while running
|
||||
*/
|
||||
public abstract void init(LauncherInitContext initContext);
|
||||
|
||||
|
|
Loading…
Reference in a new issue