mirror of
https://github.com/vector-im/element-android.git
synced 2024-11-15 01:35:07 +08:00
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.
|
||||
*/
|
||||
// Note used anymore, just for database migration
|
||||
@Deprecated("Use MXInboundMegolmSessionWrapper")
|
||||
// Deprecated("Use MXInboundMegolmSessionWrapper")
|
||||
internal class OlmInboundGroupSessionWrapper2 : Serializable {
|
||||
|
||||
// The associated olm inbound group session.
|
||||
|
Loading…
Reference in New Issue
Block a user