mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-07 21:51:23 +00:00
GUACAMOLE-1446: Fixed a typo mistake ("the the") in some java files.
This commit is contained in:
@@ -76,11 +76,11 @@ public abstract class RelatedObjectSet<ParentObjectType extends ModeledDirectory
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns the mapper which provides low-level access to the the database
|
||||
* Returns the mapper which provides low-level access to the database
|
||||
* models which drive the relation represented by this RelatedObjectSet.
|
||||
*
|
||||
* @return
|
||||
* The mapper which provides low-level access to the the database
|
||||
* The mapper which provides low-level access to the database
|
||||
* models which drive the relation represented by this
|
||||
* RelatedObjectSet.
|
||||
*/
|
||||
|
@@ -438,8 +438,7 @@ public class TOTPGenerator {
|
||||
*
|
||||
* @return
|
||||
* The TOTP code which would have been generated immediately prior to
|
||||
* the the code returned by invoking generate() with the given
|
||||
* timestamp.
|
||||
* the code returned by invoking generate() with the given timestamp.
|
||||
*/
|
||||
public String previous(long time) {
|
||||
return generate(Math.max(startTime, time - timeStep));
|
||||
|
Reference in New Issue
Block a user