File tree Expand file tree Collapse file tree
org.eclipse.paho.mqttv5.common/src/main/java/org/eclipse/paho/mqttv5/common/packet Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1358,13 +1358,13 @@ public String toString() {
13581358 if (serverReference != null ) {
13591359 sb .append (", serverReference=" + serverReference );
13601360 }
1361- if (wildcardSubscriptionsAvailable ) {
1361+ if (wildcardSubscriptionsAvailable != null ) {
13621362 sb .append (", wildcardSubscriptionsAvailable=" + wildcardSubscriptionsAvailable );
13631363 }
1364- if (subscriptionIdentifiersAvailable ) {
1364+ if (subscriptionIdentifiersAvailable != null ) {
13651365 sb .append (", subscriptionIdentifiersAvailable=" + subscriptionIdentifiersAvailable );
13661366 }
1367- if (sharedSubscriptionAvailable ) {
1367+ if (sharedSubscriptionAvailable != null ) {
13681368 sb .append (", sharedSubscriptionAvailable=" + sharedSubscriptionAvailable );
13691369 }
13701370 if (sessionExpiryInterval != null ) {
You can’t perform that action at this time.
0 commit comments