Pico::triggerEvent(): Fix method docs typo

This commit is contained in:
Daniel Rudolf 2015-12-28 22:41:39 +01:00
parent 8ed7ed0137
commit c760205d70

View file

@ -1339,7 +1339,7 @@ class Pico
* Triggers events on plugins which implement PicoPluginInterface
*
* Deprecated events (as used by plugins not implementing
* {@link IPocPlugin}) are triggered by {@link PicoDeprecated}.
* {@link PicoPluginInterface}) are triggered by {@link PicoDeprecated}.
*
* @see PicoPluginInterface
* @see AbstractPicoPlugin