GUACAMOLE-364: addressed some documentation stragglers

This commit is contained in:
Carl Harris
2017-10-06 10:26:26 -04:00
parent f8484befaf
commit 25705a86e8
3 changed files with 3 additions and 3 deletions

View File

@@ -367,7 +367,7 @@ public class ExtensionManifest {
* class name.
*
* @return
* a collection of classnames for all listeners within the extension
* A collection of classnames for all listeners within the extension.
*/
public Collection<String> getListeners() {
return listeners;