Changes the access modifiers for configuration form properties of chat room configuration form.

fix-message-formatting 5185
hristoterezov 12 years ago
parent 858479c8dd
commit e9c95161ff

@ -33,12 +33,12 @@ public class ChatRoomConfigurationFormJabberImpl
/**
* The smack chat room configuration form.
*/
private Form smackConfigForm;
protected Form smackConfigForm;
/**
* The form that will be filled out and submitted by user.
*/
private Form smackSubmitForm;
protected Form smackSubmitForm;
/**
* The smack multi user chat is the one to which we'll send the form once

Loading…
Cancel
Save