Commit f7ac921d authored by Gaston Dombiak's avatar Gaston Dombiak Committed by gato

Initialize ExternalComponent with empty strings.

git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@2901 b35dd754-fafc-0310-a699-88a17e54d16e
parent 99275e6d
/**
* $RCSfile$
* $RCSfile: ComponentSession.java,v $
* $Revision$
* $Date$
*
......@@ -221,9 +221,9 @@ public class ComponentSession extends Session {
*/
public class ExternalComponent implements Component {
private String name;
private String type;
private String category;
private String name = "";
private String type = "";
private String category = "";
private String subdomain;
public void processPacket(Packet packet) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment