removed deprecated annotation, CI don't like
This commit is contained in:
parent
8c26592d46
commit
d8d808d0b4
|
@ -27,7 +27,7 @@ import java.io.Serializable
|
||||||
* This allows additional checks. The class implements Serializable so that the context can be stored.
|
* This allows additional checks. The class implements Serializable so that the context can be stored.
|
||||||
*/
|
*/
|
||||||
// Note used anymore, just for database migration
|
// Note used anymore, just for database migration
|
||||||
@Deprecated("Use MXInboundMegolmSessionWrapper")
|
// Deprecated("Use MXInboundMegolmSessionWrapper")
|
||||||
internal class OlmInboundGroupSessionWrapper2 : Serializable {
|
internal class OlmInboundGroupSessionWrapper2 : Serializable {
|
||||||
|
|
||||||
// The associated olm inbound group session.
|
// The associated olm inbound group session.
|
||||||
|
|
Loading…
Reference in New Issue