removed deprecated annotation, CI don't like

This commit is contained in:
Valere 2022-05-12 12:58:04 +02:00
parent 8c26592d46
commit d8d808d0b4
1 changed files with 1 additions and 1 deletions

View File

@ -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.