GUACAMOLE-1446: Fixed a typo mistake ("the the") in some java files.

This commit is contained in:
Jimmy
2021-10-16 19:27:05 +03:00
parent fb8ce0951c
commit a818aff733
9 changed files with 26 additions and 30 deletions

View File

@@ -24,8 +24,7 @@ import org.apache.guacamole.io.GuacamoleReader;
/**
* GuacamoleReader which applies a given GuacamoleFilter to observe or alter all
* read instructions. Instructions may also be dropped or denied by the the
* filter.
* read instructions. Instructions may also be dropped or denied by the filter.
*/
public class FilteredGuacamoleReader implements GuacamoleReader {