GUAC-1512: Correct typo in documentation for tryIncrement().

This commit is contained in:
Michael Jumper
2016-03-17 12:59:16 -07:00
parent 0a95e16151
commit d0c9d731c0

View File

@@ -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