[cosmetic] Removes whitespaces

cusax-fix
Emil Ivov 16 years ago
parent 53d72aa039
commit eadea2642b

@ -62,8 +62,8 @@ public class OperationSetBasicTelephonyJabberImpl
private JingleManager jingleManager = null;
/**
* The transport manager is used by the <tt>jingleManager</tt> to handle transport
* method.
* The transport manager is used by the <tt>jingleManager</tt> to handle
* transport method.
*/
private JingleTransportManager transportManager = null;

@ -750,7 +750,7 @@ protected void initialize(String screenname,
new OperationSetServerStoredAccountInfoJabberImpl(this,
infoRetreiver,
screenname);
addSupportedOperationSet(OperationSetServerStoredAccountInfo.class,
accountInfo);
@ -758,7 +758,7 @@ protected void initialize(String screenname,
OperationSetAvatar avatarOpSet =
new OperationSetAvatarJabberImpl(this, accountInfo);
addSupportedOperationSet(OperationSetAvatar.class, avatarOpSet);
// initialize the file transfer operation set
addSupportedOperationSet(
OperationSetFileTransfer.class,

Loading…
Cancel
Save