We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3204d70 commit 16ac03cCopy full SHA for 16ac03c
src/main/java/org/red5/server/so/SharedObjectScope.java
@@ -142,6 +142,17 @@ public void release() {
142
so.get().release();
143
}
144
145
+ /**
146
+ * This is no longer supported and is only here to prevent issues at runtime for those
147
+ * implementing the call.
148
+ *
149
+ * @return false
150
+ */
151
+ @Deprecated
152
+ public boolean isLocked() {
153
+ return false;
154
+ }
155
+
156
/** {@inheritDoc} */
157
@Deprecated
158
@Override
0 commit comments