summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/isode/stroke/elements/PubSubOwnerSubscriptions.java')
-rw-r--r--src/com/isode/stroke/elements/PubSubOwnerSubscriptions.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/com/isode/stroke/elements/PubSubOwnerSubscriptions.java b/src/com/isode/stroke/elements/PubSubOwnerSubscriptions.java
index bd84a2d..e393bb7 100644
--- a/src/com/isode/stroke/elements/PubSubOwnerSubscriptions.java
+++ b/src/com/isode/stroke/elements/PubSubOwnerSubscriptions.java
@@ -37,7 +37,7 @@ public void setNode(String node) {
node_ = node;
}
-ArrayList<PubSubOwnerSubscription> subscriptions_ = new ArrayList<PubSubOwnerSubscription>();
-String node_;
+private ArrayList<PubSubOwnerSubscription> subscriptions_ = new ArrayList<PubSubOwnerSubscription>();
+private String node_ = "";
}