From a818aff733e1dc6dbcf8d50032d7844dd49d31c4 Mon Sep 17 00:00:00 2001 From: Jimmy Date: Sat, 16 Oct 2021 19:27:05 +0300 Subject: [PATCH] GUACAMOLE-1446: Fixed a typo mistake ("the the") in some java files. --- .../auth/jdbc/base/RelatedObjectSet.java | 4 ++-- .../apache/guacamole/totp/TOTPGenerator.java | 3 +-- .../src/main/webapp/modules/Layer.js | 4 ++-- .../protocol/FilteredGuacamoleReader.java | 3 +-- .../guacamole/environment/Environment.java | 3 +-- .../app/navigation/types/PageDefinition.js | 2 +- .../guacamole/extension/ExtensionModule.java | 4 ++-- .../rest/auth/DecoratedUserContext.java | 21 +++++++++---------- .../rest/auth/DecorationService.java | 12 +++++------ 9 files changed, 26 insertions(+), 30 deletions(-) diff --git a/extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-base/src/main/java/org/apache/guacamole/auth/jdbc/base/RelatedObjectSet.java b/extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-base/src/main/java/org/apache/guacamole/auth/jdbc/base/RelatedObjectSet.java index 810e9a5f1..add954c5a 100644 --- a/extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-base/src/main/java/org/apache/guacamole/auth/jdbc/base/RelatedObjectSet.java +++ b/extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-base/src/main/java/org/apache/guacamole/auth/jdbc/base/RelatedObjectSet.java @@ -76,11 +76,11 @@ public abstract class RelatedObjectSet authProviders; /** - * Creates a new DecoratedUserContext, invoking the the decorate() function + * Creates a new DecoratedUserContext, invoking the decorate() function * of all AuthenticationProviders to decorate the provided UserContext. * Decoration by each AuthenticationProvider will occur in the order that * the AuthenticationProviders were loaded. Only AuthenticationProviders @@ -94,11 +94,11 @@ public class DecorationService { } /** - * Creates a new DecoratedUserContext, invoking the the redecorate() - * function of all AuthenticationProviders to reapply decoration. Decoration - * by each AuthenticationProvider will occur in the order that the - * AuthenticationProviders were loaded. Only AuthenticationProviders which - * did not originate the given UserContext will be used. + * Creates a new DecoratedUserContext, invoking the redecorate() function + * of all AuthenticationProviders to reapply decoration. Decoration by each + * AuthenticationProvider will occur in the order that the AuthenticationProviders + * were loaded. Only AuthenticationProviders which did not originate the given + * UserContext will be used. * * @param decorated * The DecoratedUserContext associated with an older version of the