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

@@ -29,7 +29,7 @@ import org.apache.guacamole.net.event.AuthenticationSuccessEvent;
* authentication and force it to fail. * authentication and force it to fail.
* *
* @deprecated * @deprecated
* Listeners should instead implement the {@link Listener} interface * Listeners should instead implement the {@link Listener} interface.
*/ */
@Deprecated @Deprecated
public interface AuthenticationSuccessListener { public interface AuthenticationSuccessListener {

View File

@@ -23,7 +23,7 @@ import org.apache.guacamole.GuacamoleException;
import org.apache.guacamole.net.event.TunnelCloseEvent; import org.apache.guacamole.net.event.TunnelCloseEvent;
/** /**
* A listener whose tunnelClosed() hook will fire immediately after an * A listener whose tunnelClosed() hook will fire immediately before an
* existing tunnel is closed. * existing tunnel is closed.
* *
* @deprecated * @deprecated

View File

@@ -367,7 +367,7 @@ public class ExtensionManifest {
* class name. * class name.
* *
* @return * @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() { public Collection<String> getListeners() {
return listeners; return listeners;