We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19d5dc6 commit 8914178Copy full SHA for 8914178
examples/tv-app/android/App/platform-app/src/main/java/com/matter/tv/server/model/ContentApp.java
@@ -67,7 +67,9 @@ public void setEndpointId(int endpoint) {
67
}
68
69
public Set<SupportedCluster> getSupportedClusters() {
70
- return supportedClusters != null ? Collections.unmodifiableSet(supportedClusters) : Collections.EMPTY_SET;
+ return supportedClusters != null
71
+ ? Collections.unmodifiableSet(supportedClusters)
72
+ : Collections.EMPTY_SET;
73
74
75
public String getVersion() {
0 commit comments