Skip to content

Commit

Permalink
[jxmpp-jid] Fix some trailing whitespaces in JidCreate
Browse files Browse the repository at this point in the history
  • Loading branch information
Flowdalic committed Jul 14, 2024
1 parent 745c96f commit 0670e96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jxmpp-jid/src/main/java/org/jxmpp/jid/impl/JidCreate.java
Original file line number Diff line number Diff line change
Expand Up @@ -1357,7 +1357,7 @@ public static EntityFullJid entityFullFrom(String localpart, String domainpart,
* Get a {@link EntityFullJid} constructed from the given parts.
*
* @param localpart a localpart.
* @param domainBareJid a domain bare JID..
* @param domainBareJid a domain bare JID..
* @param resource a resourcepart
* @return a full JID.
*/
Expand All @@ -1367,7 +1367,7 @@ public static EntityFullJid entityFullFrom(Localpart localpart, DomainBareJid do

/**
* Get a {@link EntityFullJid} constructed from the given parts.
*
*
* @param localpart the localpart.
* @param domainpart the domainpart.
* @param resource the resourcepart.
Expand Down

0 comments on commit 0670e96

Please sign in to comment.