1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2025-09-09 00:59:39 +02:00

s/ the the / the /g

This commit is contained in:
Guus der Kinderen 2023-01-19 16:16:12 +01:00 committed by Florian Schmaus
parent 07f157b00f
commit 3a84a1ff47
19 changed files with 21 additions and 21 deletions

View file

@ -256,7 +256,7 @@ public class RosterSmackTest extends SmackTestCase {
/**
* 1. Create an unfiled entry with no name
* 2. Check that the the entry does not belong to any group
* 2. Check that the entry does not belong to any group
* 3. Change its name and add it to a group
* 4. Check that the name has been modified and that the entry belongs to a group
*/

View file

@ -799,7 +799,7 @@ public abstract class AbstractXMPPConnection implements XMPPConnection {
// Indicate that we're now authenticated.
this.authenticated = true;
// If debugging is enabled, change the the debug window title to include the
// If debugging is enabled, change the debug window title to include the
// name we are now logged-in as.
// If DEBUG was set to true AFTER the connection was created the debugger
// will be null

View file

@ -380,7 +380,7 @@ public interface XMPPConnection {
/**
* Registers a stanza listener with this connection. The listener will be invoked when a (matching) incoming stanza
* is received. The stanza filter determines which stanzas will be delivered to the listener. It is guaranteed that
* the same listener will not be invoked concurrently and the the order of invocation will reflect the order in
* the same listener will not be invoked concurrently and the order of invocation will reflect the order in
* which the stanzas have been received. If the same stanza listener is added again with a different filter, only
* the new filter will be used.
*

View file

@ -111,7 +111,7 @@ public abstract class StanzaBuilder<B extends StanzaBuilder<B>> implements Stanz
}
/**
* Sets who the the stanza is being sent "from".
* Sets who the stanza is being sent "from".
*
* @param from who the stanza is being sent from.
* @return a reference to this builder.