GUAC-1512: Correct typo in documentation for tryIncrement().
Project: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/commit/d0c9d731 Tree: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/tree/d0c9d731 Diff: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/diff/d0c9d731 Branch: refs/heads/master Commit: d0c9d731c07977e13296867432b0ec7304e8b2cf Parents: 0a95e16 Author: Michael Jumper <[email protected]> Authored: Thu Mar 17 12:59:16 2016 -0700 Committer: Michael Jumper <[email protected]> Committed: Thu Mar 17 12:59:40 2016 -0700 ---------------------------------------------------------------------- .../auth/jdbc/tunnel/RestrictedGuacamoleTunnelService.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/blob/d0c9d731/extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-base/src/main/java/org/glyptodon/guacamole/auth/jdbc/tunnel/RestrictedGuacamoleTunnelService.java ---------------------------------------------------------------------- diff --git a/extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-base/src/main/java/org/glyptodon/guacamole/auth/jdbc/tunnel/RestrictedGuacamoleTunnelService.java b/extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-base/src/main/java/org/glyptodon/guacamole/auth/jdbc/tunnel/RestrictedGuacamoleTunnelService.java index b57649e..77056a1 100644 --- a/extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-base/src/main/java/org/glyptodon/guacamole/auth/jdbc/tunnel/RestrictedGuacamoleTunnelService.java +++ b/extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-base/src/main/java/org/glyptodon/guacamole/auth/jdbc/tunnel/RestrictedGuacamoleTunnelService.java @@ -134,7 +134,7 @@ public class RestrictedGuacamoleTunnelService * without exceeding the maximum, false is returned. * * @param counter - * The AtomicInteger to attempt increment. + * The AtomicInteger to attempt to increment. * * @param max * The maximum value that the given AtomicInteger should contain, or
